From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v2 0/3] virtio: Use ioeventfd for virtqueue notify Date: Thu, 11 Nov 2010 19:46:58 +0200 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 Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Stefan Hajnoczi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26862 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752747Ab0KKSkh (ORCPT ); Thu, 11 Nov 2010 13:40:37 -0500 Content-Disposition: inline In-Reply-To: <1289483242-6069-1-git-send-email-stefanha@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: 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