qemu-patch-raspberry4/target
Richard Henderson 95cc1cb39e target/s390x: 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").

In use_goto_tb, the check for singlestep_enabled is in the
generic translator_use_goto_tb.  In s390x_tr_tb_stop, the
check for singlestep_enabled is in the preceding do_debug test.

Which leaves only FLAG_MASK_PER: fold that test alone into
the two callers of use_exit tb.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-07-09 09:42:28 -07:00
..
alpha target/alpha: Use translator_use_goto_tb 2021-07-09 09:41:53 -07:00
arm target/arm: Use translator_use_goto_tb for aarch32 2021-07-09 09:42:28 -07:00
avr target/avr: Mark some helpers noreturn 2021-07-09 09:42:28 -07:00
cris target/cris: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
hexagon Hexagon (target/hexagon) remove unused TCG variables 2021-06-29 11:32:50 -05:00
hppa target/hppa: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
i386 target/i386: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
m68k target/m68k: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
microblaze target/microblaze: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
mips target/mips: Fix missing else in gen_goto_tb 2021-07-09 09:42:28 -07:00
nios2 target/nios2: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
openrisc target/openrisc: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
ppc target/ppc: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
riscv target/riscv: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
rx target/rx: Use translator_use_goto_tb 2021-07-09 09:42:28 -07:00
s390x target/s390x: Remove use_exit_tb 2021-07-09 09:42:28 -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