On 12/12/24 12:53, Philippe Mathieu-Daudé wrote:
"exec/translate-all.h" is only useful to TCG accelerator,
so move it to accel/tcg/, after renaming it 'tb-internal.h'.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
accel/tcg/internal-target.h | 2 +-
accel/tcg/tb-internal.h | 14 ++++++++++++++
include/exec/translate-all.h | 28 ----------------------------
accel/tcg/cputlb.c | 2 +-
accel/tcg/tb-maint.c | 2 +-
accel/tcg/translate-all.c | 2 +-
accel/tcg/user-exec.c | 1 +
accel/tcg/watchpoint.c | 2 +-
8 files changed, 20 insertions(+), 33 deletions(-)
create mode 100644 accel/tcg/tb-internal.h
delete mode 100644 include/exec/translate-all.h
Move it into accel/tcg/internal-common.h rather than create a new header.