Re: [Qemu-devel] [PATCH v2 1/4] aio: add AioPollFn and io_poll() interface

2016-11-16 Thread Fam Zheng
On Wed, 11/16 17:46, Stefan Hajnoczi wrote: > The new AioPollFn io_poll() argument to aio_set_fd_handler() and > aio_set_event_handler() is used in the next patch. > > Keep this code change separate due to the number of files it touches. > > Signed-off-by: Stefan Hajnoczi > --- > aio-posix.c

[Qemu-devel] [PATCH v2 1/4] aio: add AioPollFn and io_poll() interface

2016-11-16 Thread Stefan Hajnoczi
The new AioPollFn io_poll() argument to aio_set_fd_handler() and aio_set_event_handler() is used in the next patch. Keep this code change separate due to the number of files it touches. Signed-off-by: Stefan Hajnoczi --- aio-posix.c | 8 +--- async.c |