From 3017ce601499ee94bd487297b25f41f8eb9d3a92 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 3 Feb 2021 23:03:13 +0000 Subject: cpu=max --- run-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3