]> git.proxmox.com Git - qemu.git/commit - aio.c
Add qemu_aio_process_queue()
authorKevin Wolf <kwolf@redhat.com>
Thu, 22 Oct 2009 15:54:36 +0000 (17:54 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:28:59 +0000 (12:28 -0500)
commit8febfa26846e75d38848255028dfe2d06e5ba941
treea1f01f36d5dfcf3b437b323540bb844fd9825f16
parent59c7b155aa6e1cbfe8a92e2322ea59ab31965c10
Add qemu_aio_process_queue()

We'll leave some AIO completions unhandled when we can't call the callback.
qemu_aio_process_queue() is used later to run any callbacks that are left and
can be run then.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
aio.c
block/curl.c
linux-aio.c
posix-aio-compat.c
qemu-aio.h