summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/1715700
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/hypervisor/1715700
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloadqemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1715700')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/171570027
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1715700 b/results/classifier/deepseek-2-tmp/output/hypervisor/1715700
new file mode 100644
index 000000000..24c837515
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1715700
@@ -0,0 +1,27 @@
+
+Windows 7 guest won't boot on qemu 2.10 (works on 2.9)
+
+Qemu version: 2.10 stable.
+Guest: Windows 7 SP1 x64, virtio drivers are already installed in the guest.
+Command line:
+qemu-system-x86_64 \
+    -nodefaults \
+    -nodefconfig \
+    -machine type=q35,accel=kvm \
+    -enable-kvm \
+    -cpu host \
+    -m 2048 \
+    -vga virtio \
+    -boot menu=on \
+    -smbios file=/path/dmidecode_BIOS.bin \
+    -acpitable file=/path/acpi_slic.bin \
+    -bios /path/OVMF_CODE.fd \
+    -net none \
+    -drive if=virtio,media=disk,file=/media/win7.qcow2 \
+    -device pcie-root-port \
+    -device ich9-usb-ehci1 \
+    -device ich9-usb-uhci1 \
+    -device ich9-usb-uhci2 \
+    -device ich9-usb-uhci3
+
+Windows hangs at boot with waving flag screen (flag doesn't freeze, keeps waving indefinitely). Same command line boots fine with Qemu 2.9. I tried changing machine type to pc-q35-2.9 - same result.
\ No newline at end of file