tcg: move tcg_exec_all and helpers above thread fn
commit1be7fcb8aa930b279ae81bfaf39974c7e5dded80
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2016 15:10:08 +0000 (27 16:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 31 Oct 2016 09:51:16 +0000 (31 10:51 +0100)
tree215ceb8312d29e8b19fde2faa5060c740591ea9f
parent548ebcaf361443420a9f3ab0e2118c4d1f0a1b72
tcg: move tcg_exec_all and helpers above thread fn

This is a pure mechanical change in preparation for up-coming
re-factoring. Instead of a forward declaration for tcg_exec_all it and
the associated helper functions are moved in front of the call from
qemu_tcg_cpu_thread_fn.

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