aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-03-01 11:00:37 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-03-01 11:00:37 +0000
commit0df7f93040a2865a765ace585158c64c7eb0172c (patch)
tree2ca76f77d78e5f3d0dc095d411b77b62c068ac53
parent84bdc99ddfa074e3e39048aae468e6e00d33ee35 (diff)
configure: Enable KVM on ARM
Enable KVM on ARM hosts, now that all the necessary components for it exist. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dcaa67c6d3..bb95552bfb 100755
--- a/configure
+++ b/configure
@@ -4114,7 +4114,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 \