[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/11] accel/tcg: Make more files target agnostic (& exec/ ho
From: |
Anton Johansson |
Subject: |
Re: [PATCH 00/11] accel/tcg: Make more files target agnostic (& exec/ housekeeping) |
Date: |
Fri, 15 Sep 2023 14:22:20 +0200 |
On 14/09/23, Philippe Mathieu-Daudé wrote:
> While reviewing Anton/Richard series [*] it was a bit hard
> for me to figure out which headers are target specific and
> "taint" the source which include them, in that we can not
> compile them once for all targets.
>
> My understanding is -all.h suffix is a target specific header,
> and -common.c is a target agnostic file. I tried to consolidate
> a bit renaming some files with the -target.c suffix (I'd like
> to rename -all.h -> .target.h for parity / clarity, but that
> is too much code churn at this point).
Nice, very much appreciated, I've also been struggling a bit with
keeping track of especially target-agnostic/dependent headers.
--
Anton Johansson
rev.ng Labs Srl.
- [PATCH 06/11] exec: Rename cpu.c -> cpu-target.c, (continued)
- [PATCH 06/11] exec: Rename cpu.c -> cpu-target.c, Philippe Mathieu-Daudé, 2023/09/14
- [PATCH 07/11] exec: Rename target specific page-vary.c -> page-vary-target.c, Philippe Mathieu-Daudé, 2023/09/14
- [PATCH 08/11] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h', Philippe Mathieu-Daudé, 2023/09/14
- [PATCH 10/11] accel/tcg: Make icount.o a target agnostic unit, Philippe Mathieu-Daudé, 2023/09/14
- [PATCH 11/11] accel/tcg: Make cpu-exec-common.c a target agnostic unit, Philippe Mathieu-Daudé, 2023/09/14
- [PATCH 09/11] accel/tcg: Make monitor.c a target-agnostic unit, Philippe Mathieu-Daudé, 2023/09/14
- Re: [PATCH 00/11] accel/tcg: Make more files target agnostic (& exec/ housekeeping),
Anton Johansson <=