mbox

[PULL,00/11] VFIO updates 2016-05-26

Message ID 20160526175810.13473.82479.stgit@gimli.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160526.1

Message

Alex Williamson May 26, 2016, 6 p.m. UTC
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

Comments

Peter Maydell May 26, 2016, 7:07 p.m. UTC | #1
On 26 May 2016 at 19:00, Alex Williamson <alex.williamson@redhat.com> wrote:
> 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)
>

Applied, thanks.

-- PMM