aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-09-07 13:50:33 +0100
committerPeter Maydell <peter.maydell@linaro.org>2012-09-10 17:55:42 +0100
commitd3fea6452f9b6420928b647286f58032b713e3fe (patch)
tree741bcb65e76aac8b5edcd088f0b9f6d6e04655e4
parent13b1a637c2717896039489b0e6dd6a0570cb9762 (diff)
configure: Enable KVM on ARMkvm-arm-irqchange
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 d97fd81709..7169219acd 100755
--- a/configure
+++ b/configure
@@ -3868,7 +3868,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 \