OSDN Git Service

accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 18:57:14 +0000 (20:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit4c268d6d03d297b83f2aa0af2de2e867af2389fc
treec824b598fa10c426bf865d3a3ff8a0ff6f26f714
parent8c7907a1807b681b2ccf1ca339e7f841b2ecf877
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'

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é <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230914185718.76241-9-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec-common.c
accel/tcg/cpu-exec.c
accel/tcg/cputlb.c
accel/tcg/internal-target.h [moved from accel/tcg/internal.h with 96% similarity]
accel/tcg/monitor.c
accel/tcg/tb-maint.c
accel/tcg/tcg-all.c
accel/tcg/translate-all.c
accel/tcg/translator.c
accel/tcg/user-exec.c