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);
Th
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
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 you
al - Disclaimer<https://www.eldorado.org.br/disclaimer.html>
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
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 foc
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 th