Re: [target/ppc] excp_helper.c and mmu_helper.c cleanup

2021-05-31 Thread David Gibson
On Mon, May 31, 2021 at 04:21:11PM -0300, Lucas Mateus Martins Araujo e Castro wrote: > Hi everyone, > > I'm working on cleaning up some of the changes to enable the disable-tcg > option on PPC, right now focusing on target/ppc/excp_helper.c and > target/ppc/mmu_helper.c as these files have funct

[target/ppc] excp_helper.c and mmu_helper.c cleanup

2021-05-31 Thread Lucas Mateus Martins Araujo e Castro
Hi everyone, I'm working on cleaning up some of the changes to enable the disable-tcg option on PPC, right now focusing on target/ppc/excp_helper.c and target/ppc/mmu_helper.c as these files have functions that are needed in a !TCG build but also contains code that doesn't compile in a !TCG b