Re: [PATCH v4 33/33] target/ppc: Move out BookE and related MMU functions from mmu_common.c

2024-05-09 Thread Nicholas Piggin
On Thu May 9, 2024 at 9:36 AM AEST, BALATON Zoltan wrote: > Add a new mmu-booke.c file for BookE and related MMU bits from > mmu_common.c. > Nice work. Acked-by: Nicholas Piggin > Signed-off-by: BALATON Zoltan > --- > target/ppc/cpu.h| 4 - > target/ppc/meson.build | 1 + >

[PATCH v4 33/33] target/ppc: Move out BookE and related MMU functions from mmu_common.c

2024-05-08 Thread BALATON Zoltan
Add a new mmu-booke.c file for BookE and related MMU bits from mmu_common.c. Signed-off-by: BALATON Zoltan --- target/ppc/cpu.h| 4 - target/ppc/meson.build | 1 + target/ppc/mmu-booke.c | 532 target/ppc/mmu-booke.h | 17 ++