commit | 152d2f91af89d446f4a1e0b7e862263136eacd0e | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 10 18:26:55 2017 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 10 18:35:32 2017 +0000 |
tree | e040bd797955a667a5ab28d97b576b7e2da01ade | |
parent | d89f9aef81edef1de41bed428f9e380f40506c3c [diff] |
target/arm: Implement DBGVCR32_EL2 system register The DBGVCR_EL2 system register is needed to run a 32-bit EL1 guest under a Linux EL2 64-bit hypervisor. Its only purpose is to provide AArch64 with access to the state of the DBGVCR AArch32 register. Since we only have a dummy DBGVCR, implement a corresponding dummy DBGVCR32_EL2. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>