Update define.sh

This commit is contained in:
Kroese 2024-10-19 09:37:17 +02:00 committed by GitHub
parent b340198424
commit 503614483a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2111,7 +2111,7 @@ setMachine() {
MACHINE="pc-i440fx-2.4" ;; MACHINE="pc-i440fx-2.4" ;;
"winxp"* | "win2003"* | "winvistax86"* | "win7x86"* ) "winxp"* | "win2003"* | "winvistax86"* | "win7x86"* )
# Some 32-bit Windows crash if 64 bit PCI hole size is >2G. # Some 32-bit Windows crash if 64 bit PCI hole size is >2G.
ARGS="-global q35-pcihost.x-pci-hole64-fix=false" ARGS="-global q35-pcihost.x-pci-hole64-fix=false" ;;
esac esac
case "${id,,}" in case "${id,,}" in