On 12/18/23 22:32, Peter Maydell wrote:
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.mayd...@linaro.org> --- target/arm/cpu.h | 3 +++ target/arm/helper.c | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~