]> git.proxmox.com Git - qemu.git/commit
target-arm: Convert TCG to using (index,value) list for cp migration
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)
commit721fae125369deba8c12a37f5824138686fb6e4e
tree899612fe3011f7e11c9692f7f7aad3e7e2d41259
parentd4e6df6379a31efb2cf6cab3dea3f26fb489fabe
target-arm: Convert TCG to using (index,value) list for cp migration

Convert the TCG ARM target to using an (index,value) list for migrating
coprocessors. The primary benefit of the (index,value) list is for
passing state between KVM and QEMU, but it works for TCG-to-TCG
migration as well and is a useful self-contained first step.

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