diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-12 16:54:43 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:57 +0100 |
| commit | 93ef2c2f15a4ddb335f100d5c31b33ebad426253 (patch) | |
| tree | ed0771392ad672cf74f52e2a78e58af41a0a1281 /accel/tcg/internal-target.h | |
| parent | 733d05bdc75c10209f72a7f07a602e85d337fd29 (diff) | |
| download | focaccia-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.h | 2 |
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 |