summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/808
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/808
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/808')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/80818
1 files changed, 0 insertions, 18 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/808 b/gitlab/issues_text/target_missing/host_missing/accel_missing/808
deleted file mode 100644
index b78635821..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/808
+++ /dev/null
@@ -1,18 +0,0 @@
-virtio-scsi in Windows guests cause QEMU to abort/crash
-Description of problem:
-* Attempting to load the virtio-scsi drivers in a Windows guest causes the VM to abort/crash.
-Steps to reproduce:
-* `qemu-system-x86_64 -accel kvm -m 4G -device virtio-scsi-pci,id=scsi0 -drive media=cdrom,file=windows7-x64.iso -drive media=cdrom,file=virtio-win-0.1.173.iso`
- * Boot the installer ISO, click through all the menus to eventually get to Custom Install
- * In "Where do you want to install" click Load driver
- * Browse E: drive and pick the first amd64/w7 folder
- * Should show "Red Had VirtIO SCSI pass-through controller"
- * Click Next
- * Abort/crash
-
-Same thing happens with VM's that used to work already running the virtio-scsi drivers. When they boot the VM aborts.
-Additional information:
-```
-qemu-system-x86_64: ../accel/kvm/kvm-all.c:1760: kvm_irqchip_commit_routes: Assertion `ret == 0' failed.
-Aborted (core dumped)
-```