qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: Re: Discussion: Patch series that adds disable-tcg option for ppc targets
Date: Sat, 10 Apr 2021 07:43:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 06/04/2021 08.11, David Gibson wrote:
On Mon, Apr 05, 2021 at 01:32:18PM +0000, 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);

That looks about right.

IIRC you don't only have to exclude translate.c from the build, you also have to separate translate_init.c.inc from it, i.e. turn translate_init.c.inc into a proper .c file and get rid of the #include "translate_init.c.inc" statement in translate.c, since many functions in the translate_init.c.inc file are still needed for the KVM-only builds, too. So maybe that's a good place to start as a first mini series.

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]