tcg: cpus rm tcg_exec_all()
commitc93bbbefca1795f5afb98ea93b2ada68e53e185b
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2016 15:10:09 +0000 (27 16:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 31 Oct 2016 09:51:17 +0000 (31 10:51 +0100)
tree0eaf727d41f8073c7242e4320d080ef32d3104fa
parent1be7fcb8aa930b279ae81bfaf39974c7e5dded80
tcg: cpus rm tcg_exec_all()

In preparation for multi-threaded TCG we remove tcg_exec_all and move
all the CPU cycling into the main thread function. When MTTCG is enabled
we shall use a separate thread function which only handles one vCPU.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20161027151030.20863-13-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpus.c