From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55881 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGc4d-0006Bn-OW for qemu-devel@nongnu.org; Thu, 11 Nov 2010 13:40:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGc4b-00077j-7K for qemu-devel@nongnu.org; Thu, 11 Nov 2010 13:40:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGc4b-00076n-0Z for qemu-devel@nongnu.org; Thu, 11 Nov 2010 13:40:37 -0500 Date: Thu, 11 Nov 2010 19:46:58 +0200 From: "Michael S. Tsirkin" Message-ID: <20101111174658.GA30735@redhat.com> References: <1289483242-6069-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1289483242-6069-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] Re: [PATCH v2 0/3] virtio: Use ioeventfd for virtqueue notify List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Thu, Nov 11, 2010 at 01:47:19PM +0000, Stefan Hajnoczi wrote: > This is a rewrite of the virtio-ioeventfd patchset to work at the virtio-pci.c > level instead of virtio.c. This results in better integration with the > host/guest notifier code and makes the code simpler (no more state machine). Yep, much cleaner. Sent some comments separately. -- MST