From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PULL 0/3] vfio-pci for 1.3-rc0 Date: Tue, 13 Nov 2012 12:48:59 -0700 Message-ID: <20121113194050.10446.75236.stgit@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: aliguori@us.ibm.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:29050 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754329Ab2KMTtG (ORCPT ); Tue, 13 Nov 2012 14:49:06 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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 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(-)