qemu-patch-raspberry4/target
Philippe Mathieu-Daudé 1797b08d24 tcg: Avoid including 'trace-tcg.h' in target translate.c
The root trace-events only declares a single TCG event:

  $ git grep -w tcg trace-events
  trace-events:115:# tcg/tcg-op.c
  trace-events:137:vcpu tcg guest_mem_before(TCGv vaddr, uint16_t info) "info=%d", "vaddr=0x%016"PRIx64" info=%d"

and only a tcg/tcg-op.c uses it:

  $ git grep -l trace_guest_mem_before_tcg
  tcg/tcg-op.c

therefore it is pointless to include "trace-tcg.h" in each target
(because it is not used). Remove it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210629050935.2570721-1-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-07-09 09:38:33 -07:00
..
alpha tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
arm tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
avr target/avr: Convert to TranslatorOps 2021-06-29 10:04:56 -07:00
cris tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
hexagon Hexagon (target/hexagon) remove unused TCG variables 2021-06-29 11:32:50 -05:00
hppa tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
i386 tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
m68k tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
microblaze tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
mips tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
nios2 target/nios2: Use pc_next for pc + 4 2021-06-29 10:03:11 -07:00
openrisc tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
ppc tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
riscv target/riscv: gdbstub: Fix dynamic CSR XML generation 2021-06-24 05:00:12 -07:00
rx tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
s390x tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
sh4 tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
sparc tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
tricore hw/core: Constify TCGCPUOps 2021-05-26 15:33:59 -07:00
xtensa tcg: Avoid including 'trace-tcg.h' in target translate.c 2021-07-09 09:38:33 -07:00
meson.build Drop the deprecated unicore32 target 2021-05-12 18:20:52 +02:00