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

Adds support for the Windows Hypervisor Platform accelerator (WHPX) stubs and introduces the whpx.h sysemu API for managing the vcpu scheduling and management. Signed-off-by: Justin Terry (VM) <juterry@microsoft.com> Message-Id: <1516655269-1785-3-git-send-email-juterry@microsoft.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
231 B
Text
5 lines
231 B
Text
obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
|
|
obj-$(call lnot,$(CONFIG_HVF)) += hvf-stub.o
|
|
obj-$(call lnot,$(CONFIG_WHPX)) += whpx-stub.o
|
|
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
|
|
obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o
|