qemu-patch-raspberry4/accel/tcg
Emilio G. Cota d40d3da00c translate-all: remove redundant !tcg_enabled check in dump_exec_info
This check is redundant because it is already performed by the only
caller of dump_exec_info -- the caller was updated by b7da97eef
("monitor: Check whether TCG is enabled before running the "info jit"
code").

Checking twice wouldn't necessarily be too bad, but here the check also
returns with tb_lock held. So we can either do the check before tb_lock is
acquired, or just get rid of it. Given that it is redundant, I am going
for the latter option.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-07-14 12:04:42 +02:00
..
cpu-exec-common.c tcg: make tcg_allowed global 2017-07-04 16:01:16 +02:00
cpu-exec.c tcg: move tcg related files into accel/tcg/ subdirectory 2017-06-15 11:04:06 +02:00
cputlb.c tcg: consistently access cpu->tb_jmp_cache atomically 2017-06-30 11:40:59 -07:00
Makefile.objs cpu: move interrupt handling out of translate-common.c 2017-07-04 16:00:43 +02:00
tcg-all.c tcg: make tcg_allowed global 2017-07-04 16:01:16 +02:00
trace-events tcg: move tcg backend files into accel/tcg/ 2017-06-15 11:04:06 +02:00
translate-all.c translate-all: remove redundant !tcg_enabled check in dump_exec_info 2017-07-14 12:04:42 +02:00
translate-all.h tcg: move tcg backend files into accel/tcg/ 2017-06-15 11:04:06 +02:00