[PATCH kvm-unit-tests] arm64: TCG: Use max cpu type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The max cpu type is a better default cpu type for running tests
with TCG as it provides the maximum possible feature set. Also,
the max cpu type was introduced in QEMU v2.12, so we should be
safe to switch to it at this point.

There's also a 32-bit arm max cpu type, but we leave the default
as cortex-a15, because compilation requires we specify for which
processor we want to compile and there's no such thing as a 'max'.

Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5b7daac3c6e8..1474dde2c70d 100755
--- a/configure
+++ b/configure
@@ -223,7 +223,7 @@ fi
 [ -z "$processor" ] && processor="$arch"
 
 if [ "$processor" = "arm64" ]; then
-    processor="cortex-a57"
+    processor="max"
 elif [ "$processor" = "arm" ]; then
     processor="cortex-a15"
 fi
-- 
2.34.3




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux