aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-10-10 14:46:20 +0100
committerPeter Maydell <peter.maydell@linaro.org>2012-10-10 14:54:41 +0100
commit5d12fad3cf664a6e96b35abd418a18f0b25c416b (patch)
tree038fe6f9bb16fe2a0b3d20044ca0d550d07b8433
parenteb92e7b223949f75329f9c24986b5637d8e054b7 (diff)
configure: Enable KVM on ARMkvm-arm-v12
Enable KVM on ARM hosts, now that all the necessary components for it exist. 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 c4a78376b6..f87bcd6669 100755
--- a/configure
+++ b/configure
@@ -3886,7 +3886,7 @@ case "$target_arch2" in
echo "CONFIG_NO_XEN=y" >> $config_target_mak
esac
case "$target_arch2" in
- i386|x86_64|ppcemb|ppc|ppc64|s390x)
+ 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_arch2" = "$cpu" -o \