]> git.proxmox.com Git - qemu.git/commit
target-arm: Initialize cpreg list from KVM when using KVM
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Jun 2013 17:16:07 +0000 (18:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Jun 2013 17:16:10 +0000 (18:16 +0100)
commitff047453f56713aa627e63aade1a9046ccd3bdfd
tree73e237d31b1d8e1941b406fbd44bb1e47e5e509c
parent721fae125369deba8c12a37f5824138686fb6e4e
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>
target-arm/Makefile.objs
target-arm/kvm-stub.c [new file with mode: 0644]
target-arm/kvm.c
target-arm/kvm_arm.h
target-arm/machine.c