[Qemu-devel] [PATCH 03/16] aio: introduce aio_poll_internal

2016-02-09 Thread Paolo Bonzini
Move the implemntation of aio_poll to aio_poll_internal, and introduce a wrapper for public use. For now it just asserts that aio_poll is being used correctly---either from the thread that manages the context, or with the QEMU global mutex held. The next patch, however, will completely separate t

[Qemu-devel] [PATCH 03/16] aio: introduce aio_poll_internal

2016-02-08 Thread Paolo Bonzini
Move the implemntation of aio_poll to aio_poll_internal, and introduce a wrapper for public use. For now it just asserts that aio_poll is being used correctly---either from the thread that manages the context, or with the QEMU global mutex held. The next patch, however, will completely separate t

[Qemu-devel] [PATCH 03/16] aio: introduce aio_poll_internal

2016-01-15 Thread Paolo Bonzini
Move the implemntation of aio_poll to aio_poll_internal, and introduce a wrapper for public use. For now it just asserts that aio_poll is being used correctly---either from the thread that manages the context, or with the QEMU global mutex held. The next patch, however, will completely separate t