From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5zaI-0000vs-Mr for qemu-devel@nongnu.org; Thu, 26 May 2016 14:00:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5zaE-0000vm-JZ for qemu-devel@nongnu.org; Thu, 26 May 2016 14:00:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5zaE-0000vd-DD for qemu-devel@nongnu.org; Thu, 26 May 2016 14:00:34 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8DA68116DE6 for ; Thu, 26 May 2016 18:00:33 +0000 (UTC) From: Alex Williamson Date: Thu, 26 May 2016 12:00:32 -0600 Message-ID: <20160526175810.13473.82479.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 2016-05-26 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 2c56d06bafd8933d2a9c6e0aeb5d45f7c1fb5616: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-05-26 14:29:30 +0100) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160526.1 for you to fetch changes up to f1f9365019bb257af087b454972c396bb0d53b26: vfio: Check that IOMMU MR translates to system address space (2016-05-26 11:12:09 -0600) ---------------------------------------------------------------- VFIO updates 2016-05-26 - Infrastructure and quirks to support IGD assignment (Alex Williamson) - Fixes to 128bit handling, IOMMU replay, IOMMU translation sanity checking (Alexey Kardashevskiy) ---------------------------------------------------------------- Alex Williamson (8): vfio: Enable sparse mmap capability vfio: Create device specific region info helper vfio/pci: Fix return of vfio_populate_vga() vfio/pci: Consolidate VGA setup vfio/pci: Setup BAR quirks after capabilities probing vfio/pci: Intel graphics legacy mode assignment vfio/pci: Add a separate option for IGD OpRegion support vfio/pci: Add IGD documentation Alexey Kardashevskiy (3): vfio: Fix 128 bit handling when deleting region memory: Fix IOMMU replay base address vfio: Check that IOMMU MR translates to system address space docs/igd-assign.txt | 133 +++++++++ hw/ppc/spapr_iommu.c | 2 +- hw/vfio/common.c | 140 +++++++-- hw/vfio/pci-quirks.c | 643 +++++++++++++++++++++++++++++++++++++++++- hw/vfio/pci.c | 151 ++++++---- hw/vfio/pci.h | 8 + include/hw/vfio/vfio-common.h | 3 + trace-events | 11 +- 8 files changed, 1016 insertions(+), 75 deletions(-) create mode 100644 docs/igd-assign.txt