aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-10-23 11:17:21 +0100
committerPeter Maydell <peter.maydell@linaro.org>2012-10-23 11:37:44 +0100
commit3c9047edb802674601d9099ee63ca20c1398d461 (patch)
tree8c268f9820221cf68a21431a74166a100f2f0244
parent9413343bdd235ed406bc4b60bef2f276aa1b9a19 (diff)
configure: Enable KVM on ARMkvm-arm-v13
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 fa5657f6bc..81733678e9 100755
--- a/configure
+++ b/configure
@@ -3850,7 +3850,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 \