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_arm/host_missing/accel_missing/2213.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_missing/2213.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_missing/2213.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_missing/2213.toml b/gitlab/issues/target_arm/host_missing/accel_missing/2213.toml deleted file mode 100644 index 9ef901cc..00000000 --- a/gitlab/issues/target_arm/host_missing/accel_missing/2213.toml +++ /dev/null @@ -1,23 +0,0 @@ -id = 2213 -title = "QEMU fails with duplicate SaveStateEntry when using two legacy virtio input devices" -state = "closed" -created_at = "2024-03-08T09:29:17.349Z" -closed_at = "2024-04-29T09:36:05.063Z" -labels = ["Closed::WontFix", "Migration", "device:virtio", "target: arm", "target: s390x"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2213" -host-os = "n/a" -host-arch = "x86" -qemu-version = ">= 8.2.0" -guest-os = "n/a" -guest-arch = "s390x" -description = """QEMU bails out when it is started with two virtio-input devices running in legacy virtio mode, using two different transports (like PCI and CCW on s390x).""" -reproduce = """``` -qemu-system-s390x -M s390-ccw-virtio-2.6 -cpu max -nographic -device virtio-multitouch-pci -device virtio-tablet-ccw -``` -fails with: -``` -qemu-system-s390x: -device virtio-tablet-ccw: savevm_state_handler_insert: Detected duplicate SaveStateEntry: id=virtio-input, instance_id=0x0 -```""" -additional = """The problem does *not* occur if using modern virtio devices (which automatically happens for -M s390-ccw-virtio-2.7 and newer) or if using virtio-input devices with the same transport (e.g. two PCI devices instead of one PCI and one CCW). - -Also note that the problem only occurs since QEMU 8.1 since older versions did not check for duplicate SaveStateEntries (see commit caa91b3c44cdb2d2921e25 ).""" |