[kvm-unit-tests PATCH v4 5/5] arm64: Use -cpu max as the default for TCG
Jean-Philippe Brucker
jean-philippe at linaro.org
Tue Apr 8 06:20:54 PDT 2025
In order to test all the latest features, default to "max" as the QEMU
CPU type on arm64. Leave the default 32-bit CPU as cortex-a15, because
that allows running the 32-bit tests with both qemu-system-arm, and with
qemu-system-aarch64 whose default "max" CPU doesn't boot in 32-bit mode.
Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org>
---
configure | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/configure b/configure
index 63367bbc..20bf5042 100755
--- a/configure
+++ b/configure
@@ -32,10 +32,7 @@ function get_default_qemu_cpu()
"arm")
echo "cortex-a15"
;;
- "arm64")
- echo "cortex-a57"
- ;;
- "riscv32" | "riscv64")
+ "arm64" | "riscv32" | "riscv64")
echo "max"
;;
esac
--
2.49.0
More information about the kvm-riscv
mailing list