Re: [PATCH v5 3/4] target/ppc: created tcg-stub.c file

2021-05-27 Thread David Gibson
On Tue, May 25, 2021 at 08:53:54AM -0300, Bruno Larsen (billionai) wrote: > Created a file with stubs needed to compile disabling TCG. *_ppc_opcodes > were created to make cpu_init.c have a few less ifdefs, since they are > not needed. softmmu_resize_hpt_* have to be created because the compiler >

[PATCH v5 3/4] target/ppc: created tcg-stub.c file

2021-05-25 Thread Bruno Larsen (billionai)
Created a file with stubs needed to compile disabling TCG. *_ppc_opcodes were created to make cpu_init.c have a few less ifdefs, since they are not needed. softmmu_resize_hpt_* have to be created because the compiler can't automatically know they aren't used, but they should never be reached. Sign