commit | a0618a1990e4df30a76cf5b441b4aa7f002b0d64 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Apr 15 19:18:42 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 17 21:34:04 2014 +0100 |
tree | 7a49aa78bfc908fecaf4cafd53798556082b5f6f | |
parent | 6cd8a2649aafb8e53db4a8f0bf0ea629441f8c03 [diff] |
target-arm: Add AArch64 ELR_EL1 register. Add the AArch64 ELR_EL1 register. Note that this does not live in env->cp15: for KVM migration compatibility we need to migrate it separately rather than as part of the system registers, because the KVM-to-userspace interface puts it in the struct kvm_regs rather than making them visible via the ONE_REG ioctls. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>