Re: [PATCH 2/7] target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()

2020-03-30 Thread David Gibson
On Mon, Mar 30, 2020 at 11:49:41AM +0200, Cédric Le Goater wrote: > It will ease the introduction of new routines for partition-scoped > Radix translation. > > Signed-off-by: Suraj Jitindar Singh > Signed-off-by: Cédric Le Goater Applied to ppc-for-5.1. > --- > target/ppc/mmu-radix64.c | 5

Re: [PATCH 2/7] target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()

2020-03-30 Thread Greg Kurz
On Mon, 30 Mar 2020 11:49:41 +0200 Cédric Le Goater wrote: > It will ease the introduction of new routines for partition-scoped > Radix translation. > > Signed-off-by: Suraj Jitindar Singh > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz > target/ppc/mmu-radix64.c | 5 +++--

[PATCH 2/7] target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()

2020-03-30 Thread Cédric Le Goater
It will ease the introduction of new routines for partition-scoped Radix translation. Signed-off-by: Suraj Jitindar Singh Signed-off-by: Cédric Le Goater --- target/ppc/mmu-radix64.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/ppc/mmu-radix64.c