--On 1 August 2013 04:57:52 -0400 Paolo Bonzini <pbonz...@redhat.com> wrote:

True, qemu_event basically works only when a single thread resets it.  But
there is no race condition here because qemu_run_timers cannot be executed
concurrently by multiple threads (like aio_poll in your bottom half
patches).

... or, if rebasing on top of my patches, qemu_run_timers *can* be
executed concurrently by mulitple threads, but in respect of any given
QEMUTimerList, it will only be executed by one thread.

--
Alex Bligh

Reply via email to