diff options
Diffstat (limited to 'results/classifier/118/graphic/2509')
| -rw-r--r-- | results/classifier/118/graphic/2509 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/2509 b/results/classifier/118/graphic/2509 new file mode 100644 index 000000000..3c1f377c7 --- /dev/null +++ b/results/classifier/118/graphic/2509 @@ -0,0 +1,56 @@ +graphic: 0.809 +x86: 0.807 +i386: 0.764 +KVM: 0.726 +semantic: 0.700 +device: 0.663 +boot: 0.563 +virtual: 0.479 +files: 0.437 +hypervisor: 0.414 +architecture: 0.400 +PID: 0.378 +mistranslation: 0.362 +network: 0.343 +socket: 0.339 +performance: 0.326 +register: 0.283 +ppc: 0.279 +debug: 0.276 +vnc: 0.275 +user-level: 0.271 +permissions: 0.216 +kernel: 0.204 +risc-v: 0.195 +peripherals: 0.191 +TCG: 0.140 +arm: 0.139 +VMM: 0.135 +assembly: 0.065 + +With qemu-system-i386 certain iso images cause looping crashes +Description of problem: +Soon after start seabios tries to boot, a crash followed by a loop occurs. Last line seen before crash and loop: + ``` +Booting from DVD/CD... + ``` +Steps to reproduce: +1. Download https://www.qemu-advent-calendar.org/2018/download/day10.tar.xz +2. Execute QEMU command line +Additional information: +Starting VM with qemu-system-x86_64 works + ``` + qemu-system-x86_64 -cdrom gamebro.iso + ``` +Starting VM with qemu-system-i386 using KVM causes looping + ``` + qemu-system-i386 -accel kvm -cdrom gamebro.iso + ``` +Starting VM with qemu-system-i386 on Windows using WHPX works + ``` + qemu-system-i386.exe -accel whpx -cdrom gamebro.iso + ``` +Starting other iso images works, e.g. https://cdimage.debian.org/mirror/cdimage/archive/10.8.0/i386/iso-cd/debian-10.8.0-i386-netinst.iso + ``` + qemu-system-i386 -cdrom debian-10.8.0-i386-netinst.iso + ``` |