29b22c79bc
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>
6 lines
231 B
Makefile
6 lines
231 B
Makefile
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
|