summary refs log tree commit diff stats
path: root/results/classifier/118/graphic/2403
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/graphic/2403
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/2403')
-rw-r--r--results/classifier/118/graphic/240344
1 files changed, 44 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/2403 b/results/classifier/118/graphic/2403
new file mode 100644
index 00000000..58a9690b
--- /dev/null
+++ b/results/classifier/118/graphic/2403
@@ -0,0 +1,44 @@
+graphic: 0.984
+device: 0.926
+architecture: 0.871
+x86: 0.870
+boot: 0.867
+vnc: 0.833
+ppc: 0.829
+files: 0.796
+network: 0.775
+socket: 0.758
+peripherals: 0.737
+semantic: 0.727
+performance: 0.633
+mistranslation: 0.625
+permissions: 0.595
+TCG: 0.572
+PID: 0.532
+kernel: 0.531
+arm: 0.508
+user-level: 0.448
+debug: 0.445
+register: 0.443
+risc-v: 0.398
+hypervisor: 0.385
+virtual: 0.306
+i386: 0.299
+VMM: 0.277
+assembly: 0.108
+KVM: 0.018
+
+WHPX accelerator fails to boot guest Windows 7
+Description of problem:
+I get Qemu freezed on Starting Windows screen when trying to boot Windows 7 Professional
+Steps to reproduce:
+1. Run qemu with the above command line and until Starting Windows screen appears.
+2. See qemu freezed.
+Additional information:
+tcg accelerator works ok, though (Windows 7 successfully boots as expected on native hardware):
+
+- `qemu-system-x86_64.exe -accel tcg -cpu Westmere,aes=on,avx=on,sse4.1=on,sse4.2=on,ssse3=on,x2apic=on,xsave=on -m 4G -machine q35 -device qxl-vga,vgamem_mb=64 -hda Windows7_Disk.qcow2 -boot d -cdrom Windows7.iso`
+
+  This bug seems to have the same roots: https://gitlab.com/qemu-project/qemu/-/issues/1859
+
+  ![Capture.PNG](/uploads/f934e620a4b3c157fc34e8ff38470a0b/Capture.PNG){width=579 height=477}