target-arm: Support save/load for 64 bit CPUs
commita7130a3ef9b8dc3091a0700abb61e2926e89e916
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Dec 2014 12:07:53 +0000 (11 12:07 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Dec 2014 12:07:53 +0000 (11 12:07 +0000)
tree5bcc33064b6fe7f4b72ad6a7e00fa217b42d7758
parent38df27c8a7ef9877583a46e74d99181c3224e078
target-arm: Support save/load for 64 bit CPUs

For migration to work on 64 bit CPUs, we need to include both
the 64-bit integer register file and the PSTATE. Everything
else is either stored in the same place as existing 32-bit CPU
state or handled by the generic sysreg mechanism.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1417788683-4038-3-git-send-email-peter.maydell@linaro.org
target-arm/machine.c