Re: [PATCH 22/24] target/ppc: Split out ppc_jumbo_xlate

2021-05-23 Thread David Gibson
On Wed, May 19, 2021 at 03:40:15PM -0300, Bruno Piazera Larsen wrote: > > On 18/05/2021 17:11, Richard Henderson wrote: > > Mirror the interface of ppc_radix64_xlate (mostly), putting all > > of the logic for older mmu translation into a single entry point. > > For booke, we need to add mmu_idx

Re: [PATCH 22/24] target/ppc: Split out ppc_jumbo_xlate

2021-05-19 Thread Bruno Piazera Larsen
On 18/05/2021 17:11, Richard Henderson wrote: Mirror the interface of ppc_radix64_xlate (mostly), putting all of the logic for older mmu translation into a single entry point. For booke, we need to add mmu_idx to the xlate-style interface. Signed-off-by: Richard Henderson Out of my depth

[PATCH 22/24] target/ppc: Split out ppc_jumbo_xlate

2021-05-18 Thread Richard Henderson
Mirror the interface of ppc_radix64_xlate (mostly), putting all of the logic for older mmu translation into a single entry point. For booke, we need to add mmu_idx to the xlate-style interface. Signed-off-by: Richard Henderson --- target/ppc/mmu_helper.c | 181