From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCBE1-0003Hb-Re for qemu-devel@nongnu.org; Mon, 06 Jul 2015 14:34:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCBDy-0002ET-T4 for qemu-devel@nongnu.org; Mon, 06 Jul 2015 14:34:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCBDy-0002DW-Nt for qemu-devel@nongnu.org; Mon, 06 Jul 2015 14:34:38 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 32B6891590 for ; Mon, 6 Jul 2015 18:34:38 +0000 (UTC) From: Alex Williamson Date: Mon, 06 Jul 2015 12:34:37 -0600 Message-ID: <20150706183311.15635.76314.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 00/11] VFIO updates for 2.4-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 7edd8e4660beb301d527257f8e04ebec0f841cb0: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-07-06 14:03:44 +0100) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150706.0 for you to fetch changes up to 43302969966bc3a95470bfc300289a83068ef5d9: vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices (2015-07-06 12:15:15 -0600) ---------------------------------------------------------------- VFIO updates for 2.4-rc0 - "real" host page size API (Peter Crosthwaite) - platform device irqfd support (Eric Auger) - spapr container disconnect fix (Alexey Kardashevskiy) - quirk for broken Chelsio hardware (Gabriel Laupre) - coverity fix (Paolo Bonzini) ---------------------------------------------------------------- Alexey Kardashevskiy (1): vfio: Unregister IOMMU notifiers when container is destroyed Eric Auger (6): kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix kvm-all.c: add qemu_irq/gsi hash table and utility routines intc: arm_gic_kvm: set the qemu_irq/gsi mapping sysbus: add irq_routing_notifier kvm: some fixes to kvm_resamplefds_allowed hw/vfio/platform: add irqfd support Gabriel Laupre (1): vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices Paolo Bonzini (1): vfio: fix return type of pread Peter Crosthwaite (2): cpu-all: complete "real" host page size API vfio: cpu: Use "real" page size API hw/core/sysbus.c | 6 +++ hw/intc/arm_gic_kvm.c | 6 +++ hw/s390x/virtio-ccw.c | 8 ++-- hw/vfio/common.c | 8 ++++ hw/vfio/pci.c | 42 ++++++++++++++--- hw/vfio/platform.c | 100 ++++++++++++++++++++++++++++++++++++++++ hw/virtio/virtio-pci.c | 4 +- include/exec/cpu-all.h | 3 ++ include/hw/pci/pci_ids.h | 2 + include/hw/sysbus.h | 1 + include/hw/vfio/vfio-platform.h | 2 + include/sysemu/kvm.h | 12 ++++- kvm-all.c | 40 ++++++++++++++-- kvm-stub.c | 8 ++-- trace-events | 1 + translate-all.c | 2 + 16 files changed, 224 insertions(+), 21 deletions(-)