From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjCUi-0003GW-3p for qemu-devel@nongnu.org; Mon, 05 Oct 2015 16:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjCUe-00083i-Rx for qemu-devel@nongnu.org; Mon, 05 Oct 2015 16:36:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjCUe-000831-Ky for qemu-devel@nongnu.org; Mon, 05 Oct 2015 16:36:20 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id AD0ECC0B1B34 for ; Mon, 5 Oct 2015 20:36:19 +0000 (UTC) From: Alex Williamson Date: Mon, 05 Oct 2015 14:36:19 -0600 Message-ID: <20151005203357.310.44414.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 00/10] VFIO updates for 2015-10-05 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit c0b520dfb8890294a9f8879f4759172900585995: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-02 16:59:21 +0100) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20151005.0 for you to fetch changes up to 727299697dd31f0e1ccecc7eab1bf658e8ed3079: vfio: Expose a VFIO PCI device's group for EEH (2015-10-05 12:40:13 -0600) ---------------------------------------------------------------- VFIO updates 2015-10-05 - Change platform device IRQ setup sequence for compatibility with upcoming IRQ forwarding (Eric Auger) - Extensions to support vfio-pci devices on spapr-pci-host-bridge (David Gibson) ---------------------------------------------------------------- David Gibson (7): vfio: Remove unneeded union from VFIOContainer vfio: Generalize vfio_listener_region_add failure path vfio: Check guest IOVA ranges against host IOMMU capabilities vfio: Record host IOMMU's available IO page sizes memory: Allow replay of IOMMU mapping notifications vfio: Allow hotplug of containers onto existing guest IOMMU mappings vfio: Expose a VFIO PCI device's group for EEH Eric Auger (3): hw/vfio/platform: irqfd setup sequence update hw/vfio/platform: change interrupt/unmask fields into pointer hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS hw/vfio/common.c | 140 ++++++++++++++++++++++++---------------- hw/vfio/pci.c | 14 ++++ hw/vfio/platform.c | 116 ++++++++++++++++++++------------- include/exec/memory.h | 13 ++++ include/hw/vfio/vfio-common.h | 23 +++---- include/hw/vfio/vfio-pci.h | 11 ++++ include/hw/vfio/vfio-platform.h | 4 +- memory.c | 20 ++++++ trace-events | 4 +- 9 files changed, 229 insertions(+), 116 deletions(-) create mode 100644 include/hw/vfio/vfio-pci.h