mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04: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
|