Re: [PATCH v3 03/42] target/arm: Fix S2 disabled check in S1_ptw_translate

2022-10-06 Thread Peter Maydell
On Sat, 1 Oct 2022 at 17:26, Richard Henderson wrote: > > Pass the correct stage2 mmu_idx to regime_translation_disabled, > which we computed afterward. > > Signed-off-by: Richard Henderson > --- > v3: Move earlier in the patch set. > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 03/42] target/arm: Fix S2 disabled check in S1_ptw_translate

2022-10-01 Thread Richard Henderson
Pass the correct stage2 mmu_idx to regime_translation_disabled, which we computed afterward. Signed-off-by: Richard Henderson --- v3: Move earlier in the patch set. --- target/arm/ptw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c