]> git.proxmox.com Git - qemu.git/commit
aio: support G_IO_HUP and G_IO_ERR
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 20 Feb 2013 10:28:33 +0000 (11:28 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 21 Feb 2013 22:17:31 +0000 (16:17 -0600)
commitb5a01a70ad49b518c2c4b0f0a37f5435f01ce716
tree91012d82c55bd029625b58b26778b914d21afed3
parent6b5f876252b7aeec43e319afdf17705f512be2bc
aio: support G_IO_HUP and G_IO_ERR

aio-posix.c could not take advantage of G_IO_HUP and G_IO_ERR because
select(2) does not have equivalent events.  Now that g_poll(3) is used
we can support G_IO_HUP and G_IO_ERR.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-id: 1361356113-11049-11-git-send-email-stefanha@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
aio-posix.c