mirror of
https://github.com/dockur/windows.git
synced 2026-07-28 21:53:34 +07:00
fix: Restore PCI hole workaround for Vista and Windows 7 x86 (#2010)
This commit is contained in:
+2
-1
@@ -779,7 +779,8 @@ setMachine() {
|
||||
|
||||
case "${id,,}" in
|
||||
|
||||
"win9"* | "win2k"* | "winxp"* | "win2003"* | "reactos" )
|
||||
"win9"* | "win2k"* | "winxp"* | "win2003"* | \
|
||||
"winvistax86"* | "win7x86"* | "reactos" )
|
||||
|
||||
if isQ35 "$MACHINE"; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user