diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-02-04 20:14:23 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-02-05 10:24:14 -1000 |
commit | 37c8c531d61e34b69750aaeb61f7a0d5e9d9de3d (patch) | |
tree | adb3444158590d80db517ae6e61db2121062b126 /tcg/aarch64 | |
parent | 8e43c5a1f289ce002e9d26108af658c8d064dea1 (diff) | |
download | qemu-37c8c531d61e34b69750aaeb61f7a0d5e9d9de3d.zip qemu-37c8c531d61e34b69750aaeb61f7a0d5e9d9de3d.tar.gz qemu-37c8c531d61e34b69750aaeb61f7a0d5e9d9de3d.tar.bz2 |
exec/cpu-defs: Remove TCG backends dependency
"exec/cpu-defs.h" contains generic CPU definitions for the
TCG frontends (mostly related to TLB). TCG backends definitions
aren't relevant here.
See tcg/README description:
4) Backend
tcg-target.h contains the target specific definitions. tcg-target.c.inc
contains the target specific code; it is #included by tcg/tcg.c, rather
than being a standalone C file.
So far only "tcg/tcg.h" requires these headers.
Remove the "target-tcg.h" header dependency on TCG frontends, so we
don't have to rebuild all frontends when hacking a single backend.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210204191423.1754158-1-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/aarch64')
0 files changed, 0 insertions, 0 deletions