OSDN Git Service

accel/tcg: Keep TranslationBlock headers local to TCG
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 24 May 2021 17:04:53 +0000 (19:04 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 May 2021 22:33:59 +0000 (15:33 -0700)
commite5ceadff47ddec1513a56f96d9df246f62c90875
treeced5b40c000523b5c6c8954bf1cf33548fee4c47
parent824f4bac9ffa2757293290c7edd065dc84a6521e
accel/tcg: Keep TranslationBlock headers local to TCG

Only the TCG accelerator uses the TranslationBlock API.
Move the tb-context.h / tb-hash.h / tb-lookup.h from the
global namespace to the TCG one (in accel/tcg).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210524170453.3791436-3-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
accel/tcg/cpu-exec.c
accel/tcg/cputlb.c
accel/tcg/tb-context.h [moved from include/exec/tb-context.h with 100% similarity]
accel/tcg/tb-hash.h [moved from include/exec/tb-hash.h with 100% similarity]
accel/tcg/tb-lookup.h [moved from include/exec/tb-lookup.h with 98% similarity]
accel/tcg/tcg-runtime.c
accel/tcg/translate-all.c