]> git.proxmox.com Git - mirror_qemu.git/commit
AioContext: run bottom halves after polling
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Jul 2014 09:53:04 +0000 (11:53 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 29 Aug 2014 09:46:58 +0000 (10:46 +0100)
commit3672fa50837c1700deb1f86f0068c22c7e49aa22
treeb9988cd1991b5fc542413bd2dac0586396af8908
parenta398dea34c62b238e714bb4c3a968b4ca11e256b
AioContext: run bottom halves after polling

Make the dispatching phase the same before blocking and afterwards.
The next patch will make aio_dispatch public and use it directly
for the GSource case, instead of aio_poll.  aio_poll can then be
simplified heavily.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
aio-posix.c
aio-win32.c