qemu-e2k/accel
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
..
kvm ARM: KVM: Enable in-kernel timers with user space gic 2017-07-11 11:21:26 +01:00
stubs ARM: KVM: Enable in-kernel timers with user space gic 2017-07-11 11:21:26 +01:00
tcg translate-all: remove redundant !tcg_enabled check in dump_exec_info 2017-07-14 12:04:42 +02:00
Makefile.objs tcg: add the CONFIG_TCG into Makefiles 2017-07-05 09:12:44 +02:00
accel.c accel: introduce AccelClass.global_props 2017-06-28 11:18:38 +02:00