diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1070.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
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.toml | 18 |
1 files changed, 0 insertions, 18 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 deleted file mode 100644 index d0a7fe363..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1070.toml +++ /dev/null @@ -1,18 +0,0 @@ -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""" |