mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
d8c7f1334f
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
|