From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43021 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8CSZ-0001Gr-Qr for qemu-devel@nongnu.org; Tue, 19 Oct 2010 09:42:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8CSG-00080c-DR for qemu-devel@nongnu.org; Tue, 19 Oct 2010 09:42:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8CSG-00080W-6n for qemu-devel@nongnu.org; Tue, 19 Oct 2010 09:42:16 -0400 Date: Tue, 19 Oct 2010 15:35:55 +0200 From: "Michael S. Tsirkin" Message-ID: <20101019133555.GC18341@redhat.com> References: <1285855312-11739-1-git-send-email-stefanha@linux.vnet.ibm.com> <20101019130710.GA3906@stefan-thinkpad.transitives.com> <4CBD994A.4060500@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CBD994A.4060500@linux.vnet.ibm.com> Subject: [Qemu-devel] Re: [PATCH] virtio: Use ioeventfd for virtqueue notify List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Steve Dobbelstein , Anthony Liguori , Stefan Hajnoczi , kvm@vger.kernel.org, qemu-devel@nongnu.org, Khoa Huynh , sri@linux.vnet.ibm.com On Tue, Oct 19, 2010 at 08:12:42AM -0500, Anthony Liguori wrote: > On 10/19/2010 08:07 AM, Stefan Hajnoczi wrote: > >Is there anything stopping this patch from being merged? > > Michael, any objections? If not, I'll merge it. I don't really understand what's going on there. The extra state in notifiers especially scares me. If you do and are comfortable with the code, go ahead :) -- MST