Re: [PATCH v3 35/42] target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw

2022-10-07 Thread Peter Maydell
On Sat, 1 Oct 2022 at 18:11, Richard Henderson wrote: > > Separate S1 translation from the actual lookup. > Will enable lpae hardware updates. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 35/42] target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw

2022-10-01 Thread Richard Henderson
Separate S1 translation from the actual lookup. Will enable lpae hardware updates. Signed-off-by: Richard Henderson --- target/arm/ptw.c | 92 +--- 1 file changed, 48 insertions(+), 44 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c