diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/118/device/221 | 31 | ||||
| -rw-r--r-- | results/classifier/118/device/2213 | 45 | ||||
| -rw-r--r-- | results/classifier/118/device/2215 | 31 | ||||
| -rw-r--r-- | results/classifier/118/device/2218 | 42 |
4 files changed, 149 insertions, 0 deletions
diff --git a/results/classifier/118/device/221 b/results/classifier/118/device/221 new file mode 100644 index 00000000..3c1fe2fa --- /dev/null +++ b/results/classifier/118/device/221 @@ -0,0 +1,31 @@ +device: 0.937 +performance: 0.923 +peripherals: 0.874 +network: 0.850 +graphic: 0.798 +arm: 0.573 +debug: 0.506 +mistranslation: 0.502 +boot: 0.386 +architecture: 0.283 +permissions: 0.261 +user-level: 0.242 +semantic: 0.215 +hypervisor: 0.206 +socket: 0.175 +ppc: 0.120 +PID: 0.085 +register: 0.074 +assembly: 0.066 +VMM: 0.055 +files: 0.045 +virtual: 0.041 +TCG: 0.031 +vnc: 0.022 +risc-v: 0.012 +i386: 0.008 +kernel: 0.004 +KVM: 0.002 +x86: 0.002 + +piix crashes on mips when accessing acpi-pci-hotplug diff --git a/results/classifier/118/device/2213 b/results/classifier/118/device/2213 new file mode 100644 index 00000000..1f332273 --- /dev/null +++ b/results/classifier/118/device/2213 @@ -0,0 +1,45 @@ +device: 0.935 +graphic: 0.929 +peripherals: 0.761 +boot: 0.646 +vnc: 0.616 +architecture: 0.593 +semantic: 0.588 +performance: 0.585 +debug: 0.546 +register: 0.528 +permissions: 0.524 +mistranslation: 0.520 +hypervisor: 0.484 +socket: 0.471 +PID: 0.469 +kernel: 0.440 +risc-v: 0.369 +ppc: 0.361 +network: 0.346 +x86: 0.340 +files: 0.337 +VMM: 0.330 +user-level: 0.256 +arm: 0.222 +i386: 0.208 +assembly: 0.175 +virtual: 0.144 +TCG: 0.140 +KVM: 0.031 + +QEMU fails with duplicate SaveStateEntry when using two legacy virtio input devices +Description of problem: +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). +Steps to 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 information: +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 ). diff --git a/results/classifier/118/device/2215 b/results/classifier/118/device/2215 new file mode 100644 index 00000000..7424d731 --- /dev/null +++ b/results/classifier/118/device/2215 @@ -0,0 +1,31 @@ +device: 0.858 +performance: 0.805 +debug: 0.643 +network: 0.568 +graphic: 0.552 +architecture: 0.518 +VMM: 0.506 +arm: 0.469 +files: 0.430 +vnc: 0.390 +semantic: 0.381 +register: 0.374 +permissions: 0.361 +mistranslation: 0.314 +ppc: 0.296 +assembly: 0.274 +TCG: 0.261 +PID: 0.255 +boot: 0.243 +peripherals: 0.216 +socket: 0.190 +risc-v: 0.184 +hypervisor: 0.173 +virtual: 0.155 +user-level: 0.116 +kernel: 0.079 +x86: 0.062 +i386: 0.042 +KVM: 0.040 + +qemu-8.2.2 compile failure against musl diff --git a/results/classifier/118/device/2218 b/results/classifier/118/device/2218 new file mode 100644 index 00000000..851d4df8 --- /dev/null +++ b/results/classifier/118/device/2218 @@ -0,0 +1,42 @@ +device: 0.878 +graphic: 0.831 +performance: 0.807 +files: 0.771 +permissions: 0.718 +debug: 0.683 +network: 0.656 +boot: 0.613 +mistranslation: 0.612 +kernel: 0.572 +VMM: 0.564 +PID: 0.546 +register: 0.543 +TCG: 0.543 +semantic: 0.542 +risc-v: 0.536 +architecture: 0.525 +peripherals: 0.506 +vnc: 0.499 +KVM: 0.496 +ppc: 0.466 +i386: 0.458 +arm: 0.449 +user-level: 0.440 +socket: 0.417 +x86: 0.344 +virtual: 0.331 +hypervisor: 0.266 +assembly: 0.241 + +MIDI playback issue on Windows 98 / 2000 / XP guest +Description of problem: +In Windows 98 / 2000 / XP guest, playback MIDI using Windows Media Player will cause audio slow. + +In Windows 98 / 2000 / XP guest, playback MP3 or WMA or WAV using Windows Media Player is works OK. +Steps to reproduce: +1. In Windows XP guest, open C:\WINDOWS\Media\Flourish.mid using Windows Media Player. +2. In Windows XP guest, open C:\WINDOWS\System32\OOBE\images\title.wma using Windows Media Player. +3. In Windows 98 guest, open C:\WINDOWS\Media\Passport.mid using Windows Media Player. +4. In Windows 98 guest, open C:\WINDOWS\Application Data\Microsoft\WELCOME\WELCOM98.WAV using Windows Media Player. +Additional information: + |