diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-10-23 11:17:21 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-10-23 11:37:44 +0100 |
commit | 3c9047edb802674601d9099ee63ca20c1398d461 (patch) | |
tree | 8c268f9820221cf68a21431a74166a100f2f0244 | |
parent | 9413343bdd235ed406bc4b60bef2f276aa1b9a19 (diff) | |
download | qemu-arm-kvm-arm-v13.tar.gz |
configure: Enable KVM on ARMkvm-arm-v13
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
@@ -3850,7 +3850,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 \ |