[Qemu-devel] Re: [PATCH 2/2] qemu-io: check registered fds in command_loop()

2010-06-18 Thread Kevin Wolf
Am 15.06.2010 19:53, schrieb MORITA Kazutaka: > Some block drivers use an aio handler and do I/O completion routines > in it. However, the handler is not invoked if we only do > aio_read/write, because registered fds are not checked at all. > > This patch registers a command processing function a

[Qemu-devel] Re: [PATCH 2/2] qemu-io: check registered fds in command_loop()

2010-06-16 Thread Kevin Wolf
Am 15.06.2010 19:53, schrieb MORITA Kazutaka: > Some block drivers use an aio handler and do I/O completion routines > in it. However, the handler is not invoked if we only do > aio_read/write, because registered fds are not checked at all. > > This patch registers a command processing function a