summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1070.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1070.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1070.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1070.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1070.toml
new file mode 100644
index 000000000..d0a7fe363
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1070.toml
@@ -0,0 +1,18 @@
+id = 1070
+title = "gdbstub XML generation for ARM is done for every CPU"
+state = "opened"
+created_at = "2022-06-10T11:22:17.068Z"
+closed_at = "n/a"
+labels = ["GDB", "kind::Bug", "linux-user"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1070"
+host-os = "n/a"
+host-arch = "aarch64 (and probably ARM)"
+qemu-version = "version 7.0.50 (v7.0.0-1706-geee6aacd15-dirty)"
+guest-os = "n/a"
+guest-arch = "aarch64 (and probably ARM)"
+description = """- As arm_cpu_register_gdb_regs_for_features is called from the device
+   realize stage for each vCPU in user mode we end up uselessly
+   regenerating the XML for every new thread. Once you get up to 100
+   threads this starts exceeding the large maps done for QHT and PageDesc"""
+reproduce = """See above command line, valgrind picks it up"""
+additional = """See also #866, #967"""