qemu-patch-raspberry4/target
Richard Henderson cba201f4c7 target/alpha: Remove use_exit_tb
We have not needed to end a TB for I/O since ba3e792669
("icount: clean up cpu_can_io at the entry to the block").
We do not need to use exit_tb for singlestep, which only
means generate one insn per TB.

Which leaves only singlestep_enabled, which means raise a
debug trap after every TB, which does not use exit_tb,
which would leave the function mis-named.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-07-09 09:41:53 -07:00
..
alpha target/alpha: Remove use_exit_tb 2021-07-09 09:41:53 -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