Introduce a Meson feature option and default-config entry to allow building QEMU with MSHV (Microsoft Hypervisor) acceleration support. This is the first step toward implementing an MSHV backend in QEMU. Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Link: https://lore.kernel.org/r/20250916164847.77883-2-magnuskulke@linux.microsoft.com [Add error for unavailable accelerator. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
23 lines
236 B
Text
23 lines
236 B
Text
config WHPX
|
|
bool
|
|
|
|
config NVMM
|
|
bool
|
|
|
|
config HVF
|
|
bool
|
|
|
|
config TCG
|
|
bool
|
|
|
|
config KVM
|
|
bool
|
|
|
|
config MSHV
|
|
bool
|
|
|
|
config XEN
|
|
bool
|
|
select FSDEV_9P if VIRTFS
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
select XEN_BUS
|