From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNkry-0003dM-I3 for qemu-devel@nongnu.org; Thu, 04 Apr 2013 10:10:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNkrm-0003NM-IX for qemu-devel@nongnu.org; Thu, 04 Apr 2013 10:10:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNkrm-0003Mw-Bk for qemu-devel@nongnu.org; Thu, 04 Apr 2013 10:10:14 -0400 Date: Thu, 4 Apr 2013 16:11:08 +0300 From: "Michael S. Tsirkin" Message-ID: <20130404131108.GG6467@redhat.com> References: <183f242d45ed0e10dd6feb73fd3f434738c08ae4.1365071407.git.mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 5/6] kvm: add PV MMIO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: pbonzini@redhat.com, gleb@redhat.com, mtosatti@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org On Thu, Apr 04, 2013 at 01:50:36PM +0100, Peter Maydell wrote: > On 4 April 2013 11:40, Michael S. Tsirkin wrote: > > Add an option for users to specify PV eventfd > > listeners, and utilize KVM's PV MMIO underneath. > > Upodate all callers. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > hw/dataplane/hostmem.c | 1 + > > hw/ivshmem.c | 2 ++ > > hw/pci-testdev.c | 2 ++ > > hw/vhost.c | 4 ++-- > > hw/virtio-pci.c | 4 ++-- > > include/exec/memory.h | 10 ++++++++++ > > kvm-all.c | 15 ++++++++++++--- > > linux-headers/linux/kvm.h | 8 ++++++++ > > memory.c | 9 +++++++-- > > Can we keep linux-headers updates in separate patches, please > (with commit messages saying what kernel commit/version the > sync is with)? > > thanks > -- PMM OK, first it needs to get into linux though :). -- MST