Re: [PATCH v4 1/3] target/ppc: divided mmu_helper.c in 2 files

2021-07-21 Thread David Gibson
On Wed, Jul 21, 2021 at 10:21:42AM -0300, Lucas Mateus Castro (alqotel) wrote: > Divided mmu_helper.c in 2 files, functions inside #ifdef CONFIG_SOFTMMU > stayed in mmu_helper.c, other functions moved to mmu_common.c. Updated > meson.build to compile mmu_common.c and only compile mmu_helper.c when

[PATCH v4 1/3] target/ppc: divided mmu_helper.c in 2 files

2021-07-21 Thread Lucas Mateus Castro (alqotel)
Divided mmu_helper.c in 2 files, functions inside #ifdef CONFIG_SOFTMMU stayed in mmu_helper.c, other functions moved to mmu_common.c. Updated meson.build to compile mmu_common.c and only compile mmu_helper.c when CONFIG_TCG is set. Moved function declarations, #define and structs used by both file