Re: [Qemu-devel] [PATCH RFC 1/4] aio: Introduce aio_set_fd_handler_pri

2015-07-07 Thread Fam Zheng
On Tue, 07/07 15:29, Stefan Hajnoczi wrote: > On Tue, Jun 30, 2015 at 09:19:42PM +0800, Fam Zheng wrote: > > G_IO_PRI event is watched by slirp, add support of that to make future > > refactoring possible. > > > > Signed-off-by: Fam Zheng > > --- > > aio-posix.c | 2 +- > > 1 file changed, 1 ins

Re: [Qemu-devel] [PATCH RFC 1/4] aio: Introduce aio_set_fd_handler_pri

2015-07-07 Thread Stefan Hajnoczi
On Tue, Jun 30, 2015 at 09:19:42PM +0800, Fam Zheng wrote: > G_IO_PRI event is watched by slirp, add support of that to make future > refactoring possible. > > Signed-off-by: Fam Zheng > --- > aio-posix.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/aio-posix.c b/aio

[Qemu-devel] [PATCH RFC 1/4] aio: Introduce aio_set_fd_handler_pri

2015-06-30 Thread Fam Zheng
G_IO_PRI event is watched by slirp, add support of that to make future refactoring possible. Signed-off-by: Fam Zheng --- aio-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio-posix.c b/aio-posix.c index a633c6e..f22657e 100644 --- a/aio-posix.c +++ b/aio-posix.c @@