Re: [PATCH 22/35] target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits

2023-12-27 Thread Richard Henderson
On 12/18/23 22:32, Peter Maydell wrote: FEAT_NV2 defines another new bit in HCR_EL2: NV2. When the feature is enabled, allow this bit to be written in HCR_EL2. Signed-off-by: Peter Maydell --- target/arm/cpu-features.h | 5 + target/arm/helper.c | 3 +++ 2 files changed, 8 inserti

[PATCH 22/35] target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits

2023-12-18 Thread Peter Maydell
FEAT_NV2 defines another new bit in HCR_EL2: NV2. When the feature is enabled, allow this bit to be written in HCR_EL2. Signed-off-by: Peter Maydell --- target/arm/cpu-features.h | 5 + target/arm/helper.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/target/arm/cpu-features.