summary refs log tree commit diff stats
path: root/accel/tcg/internal-target.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-12-12 16:54:43 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-12-20 17:44:57 +0100
commit93ef2c2f15a4ddb335f100d5c31b33ebad426253 (patch)
treeed0771392ad672cf74f52e2a78e58af41a0a1281 /accel/tcg/internal-target.h
parent733d05bdc75c10209f72a7f07a602e85d337fd29 (diff)
downloadfocaccia-qemu-93ef2c2f15a4ddb335f100d5c31b33ebad426253.tar.gz
focaccia-qemu-93ef2c2f15a4ddb335f100d5c31b33ebad426253.zip
accel/tcg: Move 'exec/translate-all.h' -> 'tb-internal.h'
"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>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241212185341.2857-9-philmd@linaro.org>
Diffstat (limited to 'accel/tcg/internal-target.h')
-rw-r--r--accel/tcg/internal-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/internal-target.h b/accel/tcg/internal-target.h
index a03c05315a..6f4ec0bd42 100644
--- a/accel/tcg/internal-target.h
+++ b/accel/tcg/internal-target.h
@@ -10,7 +10,7 @@
 #define ACCEL_TCG_INTERNAL_TARGET_H
 
 #include "exec/exec-all.h"
-#include "exec/translate-all.h"
+#include "tb-internal.h"
 
 /*
  * Access to the various translations structures need to be serialised