]> git.proxmox.com Git - mirror_qemu.git/commit - translate-all.c
tcg: Remove needless CPUState::current_tb
authorSergey Fedorov <serge.fdrv@gmail.com>
Tue, 3 May 2016 11:04:22 +0000 (14:04 +0300)
committerRichard Henderson <rth@twiddle.net>
Fri, 13 May 2016 00:06:42 +0000 (14:06 -1000)
commit3213525f8ab48742db09dab18cb9ae6f36a6c921
treef8fa580b2b4823f54da9c3b1d6cc70feb989cb1f
parenta0522c7a55cc8ac76d82884cf8e52f76daa664cc
tcg: Remove needless CPUState::current_tb

This field was used for telling cpu_interrupt() to unlink a chain of TBs
being executed when it worked that way. Now, cpu_interrupt() don't do
this anymore. So we don't need this field anymore.

Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Message-Id: <1462273462-14036-1-git-send-email-sergey.fedorov@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
cpu-exec-common.c
cpu-exec.c
cputlb.c
hw/i386/kvmvapic.c
include/qom/cpu.h
qom/cpu.c
translate-all.c