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