aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-11-20 13:15:56 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-01-24 12:18:53 +0000
commit72f4084639078d9fef6136bb70017cd4854567bd (patch)
tree4b6f9eb56ae6b5ead7e537380532ffa7bdc6b9dc
parent510e8845bcd7b7b61424d90d398a37c86c735ba9 (diff)
configure: Enable KVM on ARMkvm-arm-v17
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 c6172ef88e..b6e235d46e 100755
--- a/configure
+++ b/configure
@@ -4054,7 +4054,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 \