-
Alex Bennée authored
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>Alex Bennée authoredIn 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>
Loading