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/1321.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/1321.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1321.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1321.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1321.toml deleted file mode 100644 index d85a483a8..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1321.toml +++ /dev/null @@ -1,20 +0,0 @@ -id = 1321 -title = "qemu-system-i386 runs slow after upgrading legacy project from qemu 2.9.0 to 7.1.0" -state = "closed" -created_at = "2022-11-18T07:15:19.339Z" -closed_at = "2025-02-10T15:53:25.238Z" -labels = ["Regression", "icount", "workflow::Needs Info"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1321" -host-os = "freedos" -host-arch = "x86_64" -qemu-version = "2.9.0/7.1.0" -guest-os = "freedos" -guest-arch = "i386" -description = """Using several custom serial and irq devices including timers. -The same code (after some customisation in order to compile with new 7.1.0 API and meson build system runs about 50% slower. -We had to remove "-icount 4" switch which worked fine with 2.9.0 just to get to this point. -Even running with multi-threaded tcg did not help. -We don't use the new ptimer API but rather the old QEMUTimer. -Any suggestions to why we encounter this vast performance degradation?""" -reproduce = "n/a" -additional = "n/a" |