aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-08-08 16:18:26 +0100
committerPeter Maydell <peter.maydell@linaro.org>2012-09-07 13:48:33 +0100
commit2e5ecaecb0a14fb7d59016f600e7d6a480560c42 (patch)
tree36837d10f79e3dcd1e3d56121073efb386f0a427
parent8ac325754991bd162b931d9b0b1e12ea0e26a7ae (diff)
configure: Enable KVM on ARM2012.09.rebasing
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 4e3c2fc90..e7ed9d95f 100755
--- a/configure
+++ b/configure
@@ -3881,7 +3881,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 \