[GIT PULL] VFIO updates for v4.14-rc1
From: Alex Williamson
Date: Fri Sep 08 2017 - 15:25:52 EST
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(-)