From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIi0s-0008U5-Oe for qemu-devel@nongnu.org; Thu, 30 Jun 2016 15:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIi0o-00022C-1A for qemu-devel@nongnu.org; Thu, 30 Jun 2016 15:52:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIi0n-000226-S6 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 15:52:33 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 C12AA496 for ; Thu, 30 Jun 2016 19:52:32 +0000 (UTC) From: Alex Williamson Date: Thu, 30 Jun 2016 13:52:32 -0600 Message-ID: <20160630195109.18892.3669.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/5] VFIO updates 2016-06-30 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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(-)