commit | a7130a3ef9b8dc3091a0700abb61e2926e89e916 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Dec 11 12:07:53 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Dec 11 12:07:53 2014 +0000 |
tree | 5bcc33064b6fe7f4b72ad6a7e00fa217b42d7758 | |
parent | 38df27c8a7ef9877583a46e74d99181c3224e078 [diff] |
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