From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCdpk-00080N-0d for qemu-devel@nongnu.org; Tue, 07 Jul 2015 21:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCdpj-0004zf-0B for qemu-devel@nongnu.org; Tue, 07 Jul 2015 21:07:31 -0400 Date: Wed, 8 Jul 2015 09:07:22 +0800 From: Fam Zheng Message-ID: <20150708010722.GD10382@ad.nay.redhat.com> References: <1435670385-625-1-git-send-email-famz@redhat.com> <1435670385-625-2-git-send-email-famz@redhat.com> <20150707142934.GD28673@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150707142934.GD28673@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH RFC 1/4] aio: Introduce aio_set_fd_handler_pri List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org 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 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 > > @@ -63,7 +63,7 @@ void aio_set_fd_handler_pri(AioContext *ctx, > > Which branch or patch series is this based on? qemu.git/master doesn't > have aio_set_fd_handler_pri(). This is based on "[Qemu-devel] [PATCH 0/9] slirp: iohandler: Rebase onto aio". http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02741.html The dependency is soft and I can rebase onto qemu.git/master if you want. Fam