From 2dbfd9f146c9514bee4eb03b1f62e17ed8f0a52f Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 14 Sep 2012 18:25:48 +0100 Subject: configure: Enable KVM on ARM Enable KVM on ARM hosts, now that all the necessary components for it exist. Signed-off-by: Peter Maydell --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4e3c2fc905..e7ed9d95f0 100755 --- a/configure +++ b/configure @@ -3881,7 +3881,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 \ -- cgit v1.2.3