Re: [PATCH v3 33/42] target/arm: Split out S1TranslateResult type

2022-10-07 Thread Peter Maydell
On Sat, 1 Oct 2022 at 17:56, Richard Henderson wrote: > > Consolidate the results of S1_ptw_translate in one struct. > > Signed-off-by: Richard Henderson > --- > target/arm/ptw.c | 70 +--- > 1 file changed, 36 insertions(+), 34 deletions(-) > > diff

[PATCH v3 33/42] target/arm: Split out S1TranslateResult type

2022-10-01 Thread Richard Henderson
Consolidate the results of S1_ptw_translate in one struct. Signed-off-by: Richard Henderson --- target/arm/ptw.c | 70 +--- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c index