From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF4V5-0002Nv-TI for qemu-devel@nongnu.org; Mon, 11 Mar 2013 11:19:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF4V4-0005hu-6c for qemu-devel@nongnu.org; Mon, 11 Mar 2013 11:18:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF4V3-0005ho-Ux for qemu-devel@nongnu.org; Mon, 11 Mar 2013 11:18:54 -0400 Message-ID: <513DF5CD.6040601@redhat.com> Date: Mon, 11 Mar 2013 16:18:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1362316883-7948-1-git-send-email-qemulist@gmail.com> <20130305213046.GI21850@vm> <20130307093309.GD13854@stefanha-thinkpad.redhat.com> In-Reply-To: <20130307093309.GD13854@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] *** make netlayer re-entrant *** List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" , liu ping fan , Anthony Liguori , mdroth Il 07/03/2013 10:33, Stefan Hajnoczi ha scritto: >> > I have made some fix for this series, apart from the concert about >> > GSource/ AioContext. Hope to discuss it clearly in next version and >> > fix it too. BTW what can we benefit from AioContext besides those from >> > GSource > One thing I forgot to add: net/ doesn't use BH or > qemu_aio_set_fd_handler() so AioContext isn't strictly necessary. No, it's not. However, if we want to share ioeventfd handlers between virtio-blk and virtio-net, it becomes more important. Paolo