1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

fix: Disable modern VirtIO for Windows XP on Q35 (#2003)

This commit is contained in:
Kroese
2026-07-27 02:42:42 +02:00
committed by GitHub
parent 5eba2a5fed
commit aa7ddb698c
+2
View File
@@ -789,6 +789,8 @@ setMachine() {
# Prevent bluescreen if 64 bit PCI hole size is >2G.
ARGS="-global q35-pcihost.x-pci-hole64-fix=false"
ARGS+=" -global virtio-pci.disable-modern=on"
ARGS+=" -global virtio-pci.disable-legacy=off"
fi ;;