From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [GIT PULL] VFIO updates for v4.14-rc1 Date: Fri, 8 Sep 2017 13:25:45 -0600 Message-ID: <20170908132545.63252bf9@w520.home> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , "kvm@vger.kernel.org" To: Linus Torvalds Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Hi Linus, The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e: Linux 4.13-rc4 (2017-08-06 18:44:49 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.14-rc1 for you to fetch changes up to 417fb50d5516e8526769c16ff5b92de47adbe727: vfio: platform: constify amba_id (2017-08-30 14:03:42 -0600) ---------------------------------------------------------------- VFIO updates for v4.14-rc1 - Base MSI remapping on either IOMMU domain or IRQ domain support (Robin Murphy) - Prioritize hardware MSI regions over software defined regions (Robin Murphy) - Fix no-iommu reference counting (Eric Auger) - Stall removing last device from group for container cleanup (Alex Williamson) - Constify amba_id (Arvind Yadav) ---------------------------------------------------------------- Alex Williamson (1): vfio: Stall vfio_del_group_dev() for container group detach Arvind Yadav (1): vfio: platform: constify amba_id Eric Auger (1): vfio: fix noiommu vfio_iommu_group_get reference count Robin Murphy (2): vfio/type1: Cope with hardware MSI reserved regions vfio/type1: Give hardware MSI regions precedence drivers/vfio/platform/vfio_amba.c | 2 +- drivers/vfio/vfio.c | 25 +++++++++++++++++++++++-- drivers/vfio/vfio_iommu_type1.c | 16 ++++++++++++---- 3 files changed, 36 insertions(+), 7 deletions(-)