]> git.proxmox.com Git - qemu.git/commit - target-arm/cpu-qom.h
target-arm: Reinitialize all KVM VCPU registers on reset
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)
commit2d8e5a0e25171eca30a72a450826f539f05951d0
tree3375a5860412b5ec30c009f270744ceda5c46d2e
parentff047453f56713aa627e63aade1a9046ccd3bdfd
target-arm: Reinitialize all KVM VCPU registers on reset

Since the ARM KVM API doesn't include a "reset this VCPU"
ioctl, we have to capture the initial values of every
register it knows about so that we can reset the VCPU
by feeding those values back again.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu-qom.h
target-arm/kvm.c