mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
i386: xen: fix compilation --without-default-devices
The xenpv machine type requires XEN_BUS, so select it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -16,3 +16,4 @@ config KVM
|
|||||||
config XEN
|
config XEN
|
||||||
bool
|
bool
|
||||||
select FSDEV_9P if VIRTFS
|
select FSDEV_9P if VIRTFS
|
||||||
|
select XEN_BUS
|
||||||
|
Reference in New Issue
Block a user