diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-06-25 18:16:07 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-06-25 18:16:10 +0100 |
commit | ff047453f56713aa627e63aade1a9046ccd3bdfd (patch) | |
tree | 73e237d31b1d8e1941b406fbd44bb1e47e5e509c /target-arm/Makefile.objs | |
parent | 721fae125369deba8c12a37f5824138686fb6e4e (diff) | |
download | qemu-ff047453f56713aa627e63aade1a9046ccd3bdfd.zip qemu-ff047453f56713aa627e63aade1a9046ccd3bdfd.tar.gz qemu-ff047453f56713aa627e63aade1a9046ccd3bdfd.tar.bz2 |
target-arm: Initialize cpreg list from KVM when using KVM
When using KVM, use the kernel's initial state to set up the
cpreg list, and sync to and from the kernel when doing
migration.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-arm/Makefile.objs')
-rw-r--r-- | target-arm/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/Makefile.objs b/target-arm/Makefile.objs index d89b57c..4a6e52e 100644 --- a/target-arm/Makefile.objs +++ b/target-arm/Makefile.objs @@ -1,5 +1,6 @@ obj-y += arm-semi.o obj-$(CONFIG_SOFTMMU) += machine.o obj-$(CONFIG_KVM) += kvm.o +obj-$(CONFIG_NO_KVM) += kvm-stub.o obj-y += translate.o op_helper.o helper.o cpu.o obj-y += neon_helper.o iwmmxt_helper.o |