summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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