aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-02-25 09:27:52 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-02-25 10:10:02 +0000
commitbb420a7e3a0592f374d189c19ecacb41da76a74b (patch)
treefa13c329ab4ef9ce095e90135fafe1ca395c6fe7
parent6a15af2b4366b7f9c821d8cbbfb2fcefa8b4d26a (diff)
configure: Enable KVM on ARM2013.03.rebasing
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 e8e4dc9f4..6058fd8d2 100755
--- a/configure
+++ b/configure
@@ -4061,7 +4061,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 \