main-loop: remove now unnecessary optimization
commite330c118f2a5a5365409b123cd0dd2c7d575bf05
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Mar 2017 10:51:07 +0000 (3 11:51 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Mar 2017 12:29:21 +0000 (14 13:29 +0100)
tree560f5a30c3f926a99a4063fece6031e76f5e12d8
parent3f53bc61a404cd1d13fdba8441282a33a755f8c6
main-loop: remove now unnecessary optimization

This optimization is not necessary anymore, because the vCPU now drops
the I/O thread lock even with TCG.  Drop it to simplify the code and
avoid the "I/O thread spun for 1000 iterations" warning.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
vl.c