]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement VNCR_EL2 register
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:52 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:52 +0000 (14:43 +0000)
commitb5ba6c99a81a2f57fb004709169679e552bdabdb
tree296666297982fecb0331b4899422705466803c85
parenta13cd25d9bb1e972a25f4002d0465f3d9b05c5aa
target/arm: Implement VNCR_EL2 register

For FEAT_NV2, a new system register VNCR_EL2 holds the base
address of the memory which nested-guest system register
accesses are redirected to. Implement this register.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Miguel Luis <miguel.luis@oracle.com>
target/arm/cpu.h
target/arm/helper.c