hw/arm: Do not expose the virt machine on Xen-only binary
Since the Virt machine is useless under Xen, do not even try to build it there. A Xen-only binary now only offers the XenPVH machine: $ qemu-system-aarch64 -M help Supported machines are: none empty machine xenpvh Xen PVH ARM machine Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Message-Id: <20250218162618.46167-3-philmd@linaro.org>
This commit is contained in:
parent
611f3bdb20
commit
8c4648f5a2
@ -2,6 +2,7 @@ config ARM_VIRT
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on ARM
|
depends on ARM
|
||||||
|
depends on TCG || KVM || HVF
|
||||||
imply PCI_DEVICES
|
imply PCI_DEVICES
|
||||||
imply TEST_DEVICES
|
imply TEST_DEVICES
|
||||||
imply VFIO_AMD_XGBE
|
imply VFIO_AMD_XGBE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user