qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2] exec/cpu-defs: Remove TCG backends dependency


From: Richard Henderson
Subject: Re: [PATCH v2] exec/cpu-defs: Remove TCG backends dependency
Date: Thu, 4 Feb 2021 09:43:48 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 2/4/21 9:14 AM, Philippe Mathieu-Daudé wrote:
> "exec/cpu-defs.h" contains generic CPU definitions for the
> TCG frontends (mostly related to TLB). TCG backends definitions
> aren't relevant here.
> 
> See tcg/README description:
> 
>   4) Backend
> 
>   tcg-target.h contains the target specific definitions. tcg-target.c.inc
>   contains the target specific code; it is #included by tcg/tcg.c, rather
>   than being a standalone C file.
> 
> So far only "tcg/tcg.h" requires these headers.
> 
> Remove the "target-tcg.h" header dependency on TCG frontends, so we
> don't have to rebuild all frontends when hacking a single backend.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> v2: Reword description (bonzini)
> ---
>  include/exec/cpu-defs.h | 3 ---
>  1 file changed, 3 deletions(-)

Queued, thanks.


r~



reply via email to

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