Re: Discussion: Patch series that adds disable-tcg option for ppc targets

2021-04-09 Thread Thomas Huth
On 06/04/2021 08.11, David Gibson wrote: On Mon, Apr 05, 2021 at 01:32:18PM +, Bruno Piazera Larsen wrote: [...] * exclude 8 files from the build (dfp_helper.c, excp_helper.c, fpu_helper.c, int_helper.c, mem_helper.c, misc_helper.c, * translate.c, timebase_helper.c);

Re: Discussion: Patch series that adds disable-tcg option for ppc targets

2021-04-06 Thread David Gibson
On Tue, Apr 06, 2021 at 06:38:21PM +, Bruno Piazera Larsen wrote: > > t's usually best to focus on logical changes, rather than > > file-by-file. That said, I'd probably suggest changing the .c files > > first, then changing the meson file. > > OK, will do! > > > I'd lean towards building a

RE: Discussion: Patch series that adds disable-tcg option for ppc targets

2021-04-06 Thread Fabiano Rosas
Bruno Piazera Larsen writes: >> You'll probably also need changes in hw/ppc/spapr_hcall.c and maybe >> some other parts of the spapr code: there are a number of hypercalls >> that we implement in qemu for TCG, but which are (and must be) >> implemented in KVM when KVM is in use. So, I expect

RE: Discussion: Patch series that adds disable-tcg option for ppc targets

2021-04-06 Thread Bruno Piazera Larsen
__ De: David Gibson Enviadas: Terça-feira, 06 de Abril de 2021 03:11 Para: Bruno Piazera Larsen Cc: qemu-...@nongnu.org; qemu-devel@nongnu.org; Lucas Mateus Martins Araujo e Castro; Luis Fernando Fujita Pires; Fernando Eckhardt Valle; Matheus Kowalczuk Ferst; Andre Fernando da Silva Assunto

Re: Discussion: Patch series that adds disable-tcg option for ppc targets

2021-04-06 Thread David Gibson
On Mon, Apr 05, 2021 at 01:32:18PM +, Bruno Piazera Larsen wrote: > Hi all, > > The team I'm working on started to work on adding support for > building the ppc target with the disable-tcg option. However, we're > not quite sure on where to start with such a big patch. > > * Should we

Discussion: Patch series that adds disable-tcg option for ppc targets

2021-04-05 Thread Bruno Piazera Larsen
Hi all, The team I'm working on started to work on adding support for building the ppc target with the disable-tcg option. However, we're not quite sure on where to start with such a big patch. * Should we focus first on changing the .c files, so that it will build when we finally patch