]> Git Repo - qemu.git/commitdiff
configure: Enable KVM on ARM
authorPeter Maydell <[email protected]>
Tue, 5 Mar 2013 00:34:43 +0000 (00:34 +0000)
committerPeter Maydell <[email protected]>
Tue, 5 Mar 2013 00:45:33 +0000 (00:45 +0000)
Enable KVM on ARM hosts, now that all the necessary components
for it exist.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
configure

index 19738ac9686b99d1452374a0ee62a33d14eb89a8..b4deb9bf4b4918c512c5503f159130a44e2a65d4 100755 (executable)
--- 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 \
This page took 0.032287 seconds and 4 git commands to generate.