diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-10-10 14:46:20 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-10-10 14:54:41 +0100 |
commit | 5d12fad3cf664a6e96b35abd418a18f0b25c416b (patch) | |
tree | 038fe6f9bb16fe2a0b3d20044ca0d550d07b8433 | |
parent | eb92e7b223949f75329f9c24986b5637d8e054b7 (diff) | |
download | qemu-arm-5d12fad3cf664a6e96b35abd418a18f0b25c416b.tar.gz |
configure: Enable KVM on ARMkvm-arm-v12
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3886,7 +3886,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 \ |