Re: [PATCH v3 7/9] target/ppc: Added options to disable many TCG-only functions

2021-05-23 Thread David Gibson
On Fri, May 21, 2021 at 05:17:57PM -0300, Bruno Larsen (billionai) wrote: > Wrapped some function calls in cpu_init.c, gdbstub.c, mmu-hash64.c, > mmu_helper.c and excp_helper.c that were TCG only with ifdef > CONFIG_TCG, > to support building without TCG. > > for excp_helper we also moved the func

[PATCH v3 7/9] target/ppc: Added options to disable many TCG-only functions

2021-05-21 Thread Bruno Larsen (billionai)
Wrapped some function calls in cpu_init.c, gdbstub.c, mmu-hash64.c, mmu_helper.c and excp_helper.c that were TCG only with ifdef CONFIG_TCG, to support building without TCG. for excp_helper we also moved the function do_rfi higher in the file to reduce the ifdef count. For cpu_init.c, we will als