summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-03-05 00:34:43 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-03-05 00:45:33 +0000
commit68b05c427b0d220e38bfa21ee6df7970f158b377 (patch)
treeb4246f815b743bf0465ada88ebfa2dd11598762e
parented46676160d94d279e32ce955fd60b76c7a1b370 (diff)
downloadqemu-68b05c427b0d220e38bfa21ee6df7970f158b377.tar.gz
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 19738ac968..b4deb9bf4b 100755
--- a/configure
+++ b/configure
@@ -4129,7 +4129,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 \