summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/105/device/1590796
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/105/device/1590796
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/105/device/1590796')
-rw-r--r--results/classifier/zero-shot/105/device/159079660
1 files changed, 60 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/device/1590796 b/results/classifier/zero-shot/105/device/1590796
new file mode 100644
index 00000000..a8768e24
--- /dev/null
+++ b/results/classifier/zero-shot/105/device/1590796
@@ -0,0 +1,60 @@
+device: 0.809
+socket: 0.731
+network: 0.612
+instruction: 0.558
+KVM: 0.510
+graphic: 0.486
+boot: 0.467
+vnc: 0.427
+mistranslation: 0.318
+assembly: 0.307
+other: 0.277
+semantic: 0.239
+
+2.6.0 Windows 7 install hangs on splash screen, works ok with 2.5.1
+
+Hi maintainers,
+
+I have tried to install Windows 7 SP1 from the ISO. The install process hangs on the windows 4 color logo with qemu 2.6.0, it works and installs fine with 2.5.1.
+
+This is the script I used with 2.5.1 and it works perfectly fine:
+
+#!/bin/sh
+exec qemu-system-x86_64 \
+ -enable-kvm \
+ -uuid 0ec801a0-d215-464b-a658-8f43a24cb62e \
+ -machine q35 \
+ -cpu host \
+ -smp cores=2,threads=2 \
+ -drive file=disk/ovmfcode.flash,format=raw,readonly,if=pflash \
+ -drive file=disk/ovmfvars.flash,format=raw,if=pflash \
+ -drive file=disk/windows7.img,discard=unmap,detect-zeroes=unmap,cache=unsafe,if=virtio \
+ -drive file=ISO/windows7.iso,media=cdrom \
+ -drive file=ISO/virtiowin.iso,media=cdrom \
+ -netdev tap,id=nic-0,ifname=tap0,vhost=on,script=no,downscript=no \
+ -net nic,macaddr=52:54:00:01:00:01,netdev=nic-0,model=virtio \
+ -m 4G \
+ -vga qxl \
+ -soundhw ac97 \
+ -usbdevice tablet \
+ -rtc clock=host,base=utc \
+ -name "Windows 7" \
+ -monitor telnet:127.0.0.1:2001,server,nowait \
+ -daemonize
+
+The same hangs on the splash screen with 2.6.0
+
+Even the following simple script behaves the same and hangs at splash screen with 2.6.0:
+
+#!/bin/sh
+exec qemu-system-x86_64 \
+ -drive file=disk/windows7.img,if=ide \
+ -drive file=ISO/windows7.iso,media=cdrom \
+ -name "Windows 7" \
+ $@
+
+The ISO is Windows 7 Ultimate english version, Service Pack 1.
+I reproduced the same behaviour on Gentoo and Arch, with the Qemu versions provided on both distributions.
+
+Cheers
+