mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
The xenpv machine type requires XEN_BUS, so select it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
20 lines
176 B
Plaintext
20 lines
176 B
Plaintext
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
|