]> git.proxmox.com Git - mirror_qemu.git/commit
cpus: remove icount handling from qemu_tcg_cpu_thread_fn
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 30 Mar 2017 17:32:29 +0000 (18:32 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Apr 2017 09:14:50 +0000 (10:14 +0100)
commitbf51c7206facff628df24c5499ace9c97c503962
tree7ed5c356f18a524a17c443dc2949de171de80bcc
parentb4e79a502ff2ac06a21c45f598870de807eb5d20
cpus: remove icount handling from qemu_tcg_cpu_thread_fn

We should never be running in multi-threaded mode with icount enabled.
There is no point calling handle_icount_deadline here so remove it and
assert !use_icount.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
cpus.c