summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorSimon Rettberg2023-07-25 14:46:11 +0200
committerSimon Rettberg2023-07-25 14:46:11 +0200
commit2ea505b9d97764d3f9e9b829b58814dc11717681 (patch)
treef202f40521307660715bd6b2a265a82ba5f1c07d /core/modules/qemu
parent[qemu] Greatly simplify Alderlake workaround (diff)
downloadmltk-2ea505b9d97764d3f9e9b829b58814dc11717681.tar.gz
mltk-2ea505b9d97764d3f9e9b829b58814dc11717681.tar.xz
mltk-2ea505b9d97764d3f9e9b829b58814dc11717681.zip
[qemu] Tweak Alderlake stuff again
Diffstat (limited to 'core/modules/qemu')
-rwxr-xr-xcore/modules/qemu/data/usr/bin/qemu-system-x86_64.openslx2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu/data/usr/bin/qemu-system-x86_64.openslx b/core/modules/qemu/data/usr/bin/qemu-system-x86_64.openslx
index b5b19750..82f36747 100755
--- a/core/modules/qemu/data/usr/bin/qemu-system-x86_64.openslx
+++ b/core/modules/qemu/data/usr/bin/qemu-system-x86_64.openslx
@@ -8,7 +8,7 @@ while [ "$i" -gt 0 ]; do
-cpu)
case "$2" in
host*|max*)
- set -- "$@" -cpu "$2,host-phys-bits=off"
+ set -- "$@" -cpu "$2,host-phys-bits-limit=0x28"
: "$(( i -= 2 ))"
shift 2
continue