]> git.proxmox.com Git - mirror_qemu.git/commit - configure
build: disable Xen on ARM
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Jul 2017 10:00:49 +0000 (12:00 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Jul 2017 10:23:47 +0000 (11:23 +0100)
commitb5ed2e11ef39a308dcbef46f66774557b4a41fce
treed12c6edbddea8b20e7f28019071aaf34909bcec5
parent3d0bf8dfdfebd7f2ae41b6f220444b8047d6b1ee
build: disable Xen on ARM

While ARM could present the xenpv machine, it does not and trying to enable
it breaks compilation.  Revert to the previous test which only looked at
$target_name, not $cpu.

Fixes: 3b6b75506de44c5070639943c30a0ad5850f5d02
Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20170711100049.20513-1-pbonzini@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure