]> Git Repo - qemu.git/commit
aio: add flag to skip fds to aio_dispatch()
authorStefan Hajnoczi <[email protected]>
Thu, 1 Dec 2016 19:26:40 +0000 (19:26 +0000)
committerStefan Hajnoczi <[email protected]>
Tue, 3 Jan 2017 16:38:47 +0000 (16:38 +0000)
commit721671ade77f4046b45893fbb7864ca84b9504cd
tree46a5e927a01342c5818e6ba99f137a6ad6fbb9f8
parent0891ee111217101bce683e30ed9f08cf0cfcffd7
aio: add flag to skip fds to aio_dispatch()

Polling mode will not call ppoll(2)/epoll_wait(2).  Therefore we know
there are no fds ready and should avoid looping over fd handlers in
aio_dispatch().

Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Message-id: 20161201192652[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
aio-posix.c
aio-win32.c
async.c
include/block/aio.h
This page took 0.024383 seconds and 4 git commands to generate.