Files
xemu/include/exec
Alex Bennée 791158d93b 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>
2017-02-24 10:32:45 +00:00
..
2016-12-22 16:00:23 +01:00
2016-12-22 16:00:23 +01:00
2016-08-05 21:44:18 +05:30
2016-06-07 18:19:23 +03:00
2016-05-19 16:42:30 +02:00
2017-01-16 17:52:35 +01:00
2017-01-16 17:52:35 +01:00
2016-09-27 11:57:30 +02:00