mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Add an explicit CPUX86State parameter instead of relying on AREG0. Remove temporary wrappers and switch to AREG0 free mode. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
8 lines
394 B
Text
8 lines
394 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-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
|
|
obj-$(CONFIG_KVM) += kvm.o hyperv.o
|
|
obj-$(CONFIG_NO_KVM) += kvm-stub.o
|
|
obj-$(CONFIG_LINUX_USER) += ioport-user.o
|
|
obj-$(CONFIG_BSD_USER) += ioport-user.o
|