qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/5] VFIO updates 2016-06-30


From: Alex Williamson
Subject: [Qemu-devel] [PULL 0/5] VFIO updates 2016-06-30
Date: Thu, 30 Jun 2016 13:52:32 -0600
User-agent: StGit/0.17.1-dirty

The following changes since commit 8a0b4de048e20215415b24c7b42514c27b9d6ef3:

  pcspk: fix KVM (2016-06-30 19:00:02 +0100)

are available in the git repository at:

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

for you to fetch changes up to 3cb3b1549f5401dc3a5e1d073e34063dc274136f:

  intel_iommu: Throw hw_error on notify_started (2016-06-30 13:00:24 -0600)

----------------------------------------------------------------
VFIO updates 2016-06-30

 - Fix VGA quirks (stable 2.6) (Alex Williamson)
 - Registering PCIe extended capabilities (Chen Fan)
 - Hide read-only SR-IOV capability from VM (Alex Williamson)
 - MemoryRegionIOMMUOps.notify_started/stopped (Alexey Kardashevskiy)
 - hw_error on intel_iommu notify_started  (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (3):
      vfio/pci: Fix VGA quirks
      vfio/pci: Hide SR-IOV capability
      intel_iommu: Throw hw_error on notify_started

Alexey Kardashevskiy (1):
      memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks

Chen Fan (1):
      vfio: add pcie extended capability support

 hw/i386/intel_iommu.c |  12 ++++++
 hw/vfio/common.c      |   5 ++-
 hw/vfio/pci-quirks.c  |   8 ++--
 hw/vfio/pci.c         | 101 +++++++++++++++++++++++++++++++++++++++++++++++++-
 hw/vfio/pci.h         |   1 -
 hw/vfio/trace-events  |   1 +
 include/exec/memory.h |   8 +++-
 memory.c              |  10 ++++-
 8 files changed, 136 insertions(+), 10 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]