diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 23:03:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 23:03:13 +0000 |
commit | 3017ce601499ee94bd487297b25f41f8eb9d3a92 (patch) | |
tree | 55633b7b8041883a097e513dc9cdfc5dd1ae40b6 | |
parent | 39e5f9ffb8dafe567e62ae155323fd8775260789 (diff) | |
download | lh-bootstrap-3017ce601499ee94bd487297b25f41f8eb9d3a92.tar.xz |
cpu=max
-rwxr-xr-x | run-qemu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |