tcg: rename tcg_current_cpu to tcg_current_rr_cpu
commit791158d93b27f22a17c2ada06621831d54f09a2c
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 23 Feb 2017 18:29:10 +0000 (23 18:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 24 Feb 2017 10:32:45 +0000 (24 10:32 +0000)
tree7ca792b10da6cfd7970f334436520f4cc2d425dd
parent6546706d28bbcec5c14601b446c0a1cde5256597
tcg: rename tcg_current_cpu to tcg_current_rr_cpu

..and make the definition local to cpus. In preparation for MTTCG the
concept of a global tcg_current_cpu will no longer make sense. However
we still need to keep track of it in the single-threaded case to be able
to exit quickly when required.

qemu_cpu_kick_no_halt() moves and becomes qemu_cpu_kick_rr_cpu() to
emphasise its use-case. qemu_cpu_kick now kicks the relevant cpu as
well as qemu_kick_rr_cpu() which will become a no-op in MTTCG.

For the time being the setting of the global exit_request remains.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
cpu-exec-common.c
cpu-exec.c
cpus.c
include/exec/exec-all.h