Read the documentation in qemu-doc.html or on http://wiki.qemu.org - QEMU team
An error occurred while fetching folder content.
Paolo Bonzini
authored
The new thread pool will use semaphores instead of condition
variables, because QemuCond does not have qemu_cond_timedwait.
(I also like it more this way).
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>