mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

The xenpv machine type requires XEN_BUS, so select it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
19 lines
176 B
Text
19 lines
176 B
Text
config WHPX
|
|
bool
|
|
|
|
config NVMM
|
|
bool
|
|
|
|
config HVF
|
|
bool
|
|
|
|
config TCG
|
|
bool
|
|
|
|
config KVM
|
|
bool
|
|
|
|
config XEN
|
|
bool
|
|
select FSDEV_9P if VIRTFS
|
|
select XEN_BUS
|