summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2020-12-09 10:16:05 +0000
committerLars Wirzenius <liw@liw.fi>2020-12-10 07:31:36 +0200
commit3c9ee6aa6914850cdbc7d76450537a82e930e31a (patch)
tree7a3dce7b3d84186f6d59527094337afef6df4e0b
parenteb7ac50f16fc300d03b94475a7074464cdc3ff86 (diff)
downloadvmdb2-3c9ee6aa6914850cdbc7d76450537a82e930e31a.tar.gz
test: Choose the "max" cpu on arm64 rather than cortex-a72
Rather than specifying a specific CPU model when running tests on arm64, choose the more generic "max", which will allow the testing to benefit from future QEMU improvements automatically.
-rw-r--r--smoke-arm64.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke-arm64.yarn b/smoke-arm64.yarn
index c8296de..2e230ab 100644
--- a/smoke-arm64.yarn
+++ b/smoke-arm64.yarn
@@ -39,7 +39,7 @@ testing multiple time much faster.
cp /usr/share/AAVMF/AAVMF_VARS.fd .
qemu-system-aarch64 \
-machine virt \
- -cpu cortex-a72 \
+ -cpu max \
-m 1024 \
-drive if=pflash,format=raw,unit=0,file=/usr/share/AAVMF/AAVMF_CODE.fd,readonly=on \
-drive if=pflash,format=raw,unit=1,file=AAVMF_VARS.fd \