diff options
| author | Philippe Mathieu-Daudé | 2021-05-24 19:04:53 +0200 |
|---|---|---|
| committer | Richard Henderson | 2021-05-27 00:33:59 +0200 |
| commit | e5ceadff47ddec1513a56f96d9df246f62c90875 (patch) | |
| tree | ced5b40c000523b5c6c8954bf1cf33548fee4c47 /MAINTAINERS | |
| parent | accel/tcg: Reduce 'exec/tb-context.h' inclusion (diff) | |
| download | qemu-e5ceadff47ddec1513a56f96d9df246f62c90875.tar.gz qemu-e5ceadff47ddec1513a56f96d9df246f62c90875.tar.xz qemu-e5ceadff47ddec1513a56f96d9df246f62c90875.zip | |
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>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a77f246569..5f55404f2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -128,7 +128,6 @@ F: docs/devel/decodetree.rst F: include/exec/cpu*.h F: include/exec/exec-all.h F: include/exec/helper*.h -F: include/exec/tb-hash.h F: include/sysemu/cpus.h F: include/sysemu/tcg.h F: include/hw/core/tcg-cpu-ops.h |
