Re: [PATCH 20/24] target/ppc: Split out ppc_hash64_xlate

2021-05-19 Thread Bruno Piazera Larsen
On 18/05/2021 17:11, Richard Henderson wrote: Mirror the interface of ppc_radix64_xlate, putting all of the logic for hash64 translation into a single function. Signed-off-by: Richard Henderson Is it worth it to describe a bit better where the logic was removed from? Something like "... ...

[PATCH 20/24] target/ppc: Split out ppc_hash64_xlate

2021-05-18 Thread Richard Henderson
Mirror the interface of ppc_radix64_xlate, putting all of the logic for hash64 translation into a single function. Signed-off-by: Richard Henderson --- target/ppc/mmu-hash64.c | 125 +++- 1 file changed, 59 insertions(+), 66 deletions(-) diff --git a/target/p