aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-09-12 16:40:39 +0100
committerPeter Maydell <peter.maydell@linaro.org>2013-09-13 12:21:59 +0100
commit64a7cb8f50f1b60c78f52dd8dbb01405d07531bc (patch)
tree5863b14ffa1c340363c3adc272218321f3926d6c
parent505584a49d754c4d1f4112bf90d48138d2b7a79d (diff)
configure: Enable KVM for aarch64 host/target combinationaarch64-kvm
Enable KVM if the host and target CPU are both aarch64. Note that host aarch64 + target arm is not valid for KVM acceleration: the 64 bit kernel does not support the ioctl interface for 32 bit CPUs. 32 bit VMs on 64 bit hosts need to be created using the 64 bit ioctl interface; when QEMU supports this it will be on the arch64-softmmu target with a -cpu parameter for a 32 bit CPU, which is still an aarch64/aarch64 combination as far as configure is concerned. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2b83936e8e..29e0dc5956 100755
--- a/configure
+++ b/configure
@@ -4481,7 +4481,7 @@ case "$target_name" in
*)
esac
case "$target_name" in
- arm|i386|x86_64|ppcemb|ppc|ppc64|s390x)
+ aarch64|arm|i386|x86_64|ppcemb|ppc|ppc64|s390x)
# Make sure the target and host cpus are compatible
if test "$kvm" = "yes" -a "$target_softmmu" = "yes" -a \
\( "$target_name" = "$cpu" -o \