From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYfol-0007rV-7r for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:28:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYfoi-0000YO-5Y for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:27:59 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:41284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYfoh-0000XE-He for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:27:56 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 14 Nov 2012 21:57:52 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qAEGRnU828770546 for ; Wed, 14 Nov 2012 21:57:49 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qAELveWA031074 for ; Thu, 15 Nov 2012 08:57:41 +1100 From: Anthony Liguori In-Reply-To: <20121113194050.10446.75236.stgit@bling.home> References: <20121113194050.10446.75236.stgit@bling.home> Date: Wed, 14 Nov 2012 10:27:43 -0600 Message-ID: <87mwykrvy8.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/3] vfio-pci for 1.3-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Alex Williamson writes: > Hi Anthony, > > Please pull the tag below. I posted the linux-headers update > separately on Oct-15; since it hasn't been applied and should be > non-controversial, I include it again here. Thanks, > > Alex > Pulled. Thanks. Regards, Anthony Liguori > The following changes since commit f5022a135e4309a54d433c69b2a056756b2d0d6b: > > aio: fix aio_ctx_prepare with idle bottom halves (2012-11-12 20:02:09 +0400) > > are available in the git repository at: > > git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-1.3.0-rc0 > > for you to fetch changes up to a771c51703cf9f91023c6570426258bdf5ec775b: > > vfio-pci: Use common msi_get_message (2012-11-13 12:27:40 -0700) > > ---------------------------------------------------------------- > vfio-pci: KVM INTx accel & common msi_get_message > > ---------------------------------------------------------------- > Alex Williamson (3): > linux-headers: Update to 3.7-rc5 > vfio-pci: Add KVM INTx acceleration > vfio-pci: Use common msi_get_message > > hw/vfio_pci.c | 210 +++++++++++++++++++++++++++++++---- > linux-headers/asm-powerpc/kvm_para.h | 6 +- > linux-headers/asm-s390/kvm_para.h | 8 +- > linux-headers/asm-x86/kvm.h | 17 +++ > linux-headers/linux/kvm.h | 25 ++++- > linux-headers/linux/kvm_para.h | 6 +- > linux-headers/linux/vfio.h | 6 +- > linux-headers/linux/virtio_config.h | 6 +- > linux-headers/linux/virtio_ring.h | 6 +- > 9 files changed, 241 insertions(+), 49 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html