Re: [PATCH 08/11] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'

2023-09-15 Thread Anton Johansson via
On 14/09/23, Philippe Mathieu-Daudé wrote: > accel/tcg/internal.h contains target specific declarations. > Unit files including it become "target tainted": they can not > be compiled as target agnostic. Rename using the '-target' > suffix to make this explicit. > > Signed-off-by: Philippe Mathieu-

[PATCH 08/11] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'

2023-09-14 Thread Philippe Mathieu-Daudé
accel/tcg/internal.h contains target specific declarations. Unit files including it become "target tainted": they can not be compiled as target agnostic. Rename using the '-target' suffix to make this explicit. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/{internal.h => internal-target.h}