Re: [Qemu-devel] [PATCH v3 10/10] aio: support G_IO_HUP and G_IO_ERR

2013-02-06 Thread Laszlo Ersek
On 02/04/13 13:12, Stefan Hajnoczi wrote: > 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 > --- > aio-posix.c | 12 ++---

[Qemu-devel] [PATCH v3 10/10] aio: support G_IO_HUP and G_IO_ERR

2013-02-04 Thread Stefan Hajnoczi
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 --- aio-posix.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) d