Re: [PATCH v4 3/3] target/ppc: changed ppc_hash64_xlate to use mmu_idx

2021-07-04 Thread David Gibson
On Mon, Jun 28, 2021 at 10:36:10AM -0300, Bruno Larsen (billionai) wrote: 65;6402;1c> Changed hash64 address translation to use the supplied mmu_idx instead > of using the one stored in the msr, for parity purposes (other book3s > MMUs already use it). > > Signed-off-by: Bruno Larsen (billionai)

[PATCH v4 3/3] target/ppc: changed ppc_hash64_xlate to use mmu_idx

2021-06-28 Thread Bruno Larsen (billionai)
Changed hash64 address translation to use the supplied mmu_idx instead of using the one stored in the msr, for parity purposes (other book3s MMUs already use it). Signed-off-by: Bruno Larsen (billionai) Reviewed-by: Richard Henderson --- target/ppc/mmu-hash64.c | 43