configure: Enable KVM on ARM
Enable KVM on ARM hosts, now that all the necessary components for it exist. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ed46676160
commit
68b05c427b
2
configure
vendored
2
configure
vendored
@ -4129,7 +4129,7 @@ case "$target_arch2" in
|
|||||||
echo "CONFIG_NO_XEN=y" >> $config_target_mak
|
echo "CONFIG_NO_XEN=y" >> $config_target_mak
|
||||||
esac
|
esac
|
||||||
case "$target_arch2" in
|
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
|
# Make sure the target and host cpus are compatible
|
||||||
if test "$kvm" = "yes" -a "$target_softmmu" = "yes" -a \
|
if test "$kvm" = "yes" -a "$target_softmmu" = "yes" -a \
|
||||||
\( "$target_arch2" = "$cpu" -o \
|
\( "$target_arch2" = "$cpu" -o \
|
||||||
|
Loading…
Reference in New Issue
Block a user