Re: [PATCH v4 07/24] target/arm: Split out S1Translate type

2022-10-17 Thread Peter Maydell
On Tue, 11 Oct 2022 at 04:27, Richard Henderson wrote: > > Consolidate most of the inputs and outputs of S1_ptw_translate > into a single structure. Plumb this through arm_ld*_ptw from > the controlling get_phys_addr_* routine. > > Signed-off-by: Richard Henderson > --- > v4: Replaces a differen

[PATCH v4 07/24] target/arm: Split out S1Translate type

2022-10-10 Thread Richard Henderson
Consolidate most of the inputs and outputs of S1_ptw_translate into a single structure. Plumb this through arm_ld*_ptw from the controlling get_phys_addr_* routine. Signed-off-by: Richard Henderson --- v4: Replaces a different S1TranslateResult patch, and plumbs the structure further out in