Re: [PATCH v2 29/66] target/arm: Introduce arm_hcr_el2_eff_secstate

2022-09-28 Thread Richard Henderson
On 9/20/22 08:52, Peter Maydell wrote: On Mon, 22 Aug 2022 at 17:22, Richard Henderson wrote: For page walking, we may require HCR for a security state that is not "current". Signed-off-by: Richard Henderson --- target/arm/cpu.h| 20 +--- target/arm/helper.c | 11 +

Re: [PATCH v2 29/66] target/arm: Introduce arm_hcr_el2_eff_secstate

2022-09-20 Thread Peter Maydell
On Mon, 22 Aug 2022 at 17:22, Richard Henderson wrote: > > For page walking, we may require HCR for a security state > that is not "current". > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h| 20 +--- > target/arm/helper.c | 11 --- > 2 files changed, 21

[PATCH v2 29/66] target/arm: Introduce arm_hcr_el2_eff_secstate

2022-08-22 Thread Richard Henderson
For page walking, we may require HCR for a security state that is not "current". Signed-off-by: Richard Henderson --- target/arm/cpu.h| 20 +--- target/arm/helper.c | 11 --- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/target/arm/cpu.h b/target/ar