mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
92067bf4bf
- since hyperv_* helper functions are used only in target-i386/kvm.c move them there as static helpers Requested-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
9 lines
404 B
Text
9 lines
404 B
Text
obj-y += translate.o helper.o cpu.o
|
|
obj-y += excp_helper.o fpu_helper.o cc_helper.o int_helper.o svm_helper.o
|
|
obj-y += smm_helper.o misc_helper.o mem_helper.o seg_helper.o
|
|
obj-y += gdbstub.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
|
|
obj-$(CONFIG_KVM) += kvm.o
|
|
obj-$(CONFIG_NO_KVM) += kvm-stub.o
|
|
obj-$(CONFIG_LINUX_USER) += ioport-user.o
|
|
obj-$(CONFIG_BSD_USER) += ioport-user.o
|