aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-03 23:03:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-03 23:03:13 +0000
commit3017ce601499ee94bd487297b25f41f8eb9d3a92 (patch)
tree55633b7b8041883a097e513dc9cdfc5dd1ae40b6
parent39e5f9ffb8dafe567e62ae155323fd8775260789 (diff)
downloadlh-bootstrap-3017ce601499ee94bd487297b25f41f8eb9d3a92.tar.xz
cpu=max
-rwxr-xr-xrun-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-qemu b/run-qemu
index 9c76006..cbd391f 100755
--- a/run-qemu
+++ b/run-qemu
@@ -5,7 +5,7 @@ if test -n "$CONSOLE" ; then
fi
case "$QEMU_ARCH" in
- arm) cpuoption="-machine virt,highmem=off -cpu cortex-a15" ;;
+ arm) cpuoption="-machine virt,highmem=off -cpu max" ;;
aarch64) cpuoption="-M virt -cpu cortex-a57" ;;
x86_64) cpuoption="-M pc -cpu qemu64"
esac