Re: [PATCH] target/ppc: Improve logging in Radix MMU

2022-01-04 Thread Cédric Le Goater
On 12/22/21 08:10, Cédric Le Goater wrote: Signed-off-by: Cédric Le Goater Applied in ppc-next (with the change asked by Richard). Thanks, C.

Re: [PATCH] target/ppc: Improve logging in Radix MMU

2021-12-23 Thread Richard Henderson
On 12/21/21 11:10 PM, Cédric Le Goater wrote: +static bool __ppc_radix64_xlate(PowerPCCPU *cpu, vaddr eaddr, Don't do the double-underscore thing. It's technically a reserved namespace. Use e.g. ppc_radix_xlate_impl. Otherwise Reviewed-by: Richard Henderson r~

[PATCH] target/ppc: Improve logging in Radix MMU

2021-12-21 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- target/ppc/mmu-radix64.c | 55 +--- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/target/ppc/mmu-radix64.c b/target/ppc/mmu-radix64.c index 5b0e62e676dc..abfa13f303bb 100644 --- a/target/ppc/mmu-radix64.c +++