[GIT PULL] VFIO updates for v4.5-rc1

From: Alex Williamson
Date: Fri Jan 15 2016 - 15:58:23 EST


Hi Linus,

The following changes since commit 4ef7675344d687a0ef5b0d7c0cee12da005870c0:

 Linux 4.4-rc6 (2015-12-20 16:06:09 -0800)

are available in the git repository at:

 git://github.com/awilliam/linux-vfio.git tags/vfio-v4.5-rc1

for you to fetch changes up to d4f50ee2f5b45fc4d9e4142a52edf8b7935a9275:

 vfio/iommu_type1: make use of info.flags (2016-01-04 12:55:44 -0700)

----------------------------------------------------------------
VFIO updates for v4.5-rc1
Â- Fixes in AMD xgbe reset, spapr structure padding, type 1 flags
ÂÂÂ(Dan Carpenter, Alexey Kardashevskiy, Pierre Morel)
Â- Re-introduce no-iommu mode, with a user this time (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
ÂÂÂÂÂÂvfio: Include No-IOMMU mode

Alexey Kardashevskiy (1):
ÂÂÂÂÂÂvfio: Add explicit alignments in vfio_iommu_spapr_tce_create

Dan Carpenter (1):
ÂÂÂÂÂÂVFIO: platform: reset: fix a warning message condition

Pierre Morel (1):
ÂÂÂÂÂÂvfio/iommu_type1: make use of info.flags

Âdrivers/vfio/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ15 ++
Âdrivers/vfio/pci/vfio_pci.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Â.../vfio/platform/reset/vfio_platform_amdxgbe.cÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/vfio/vfio.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 184 ++++++++++++++++++++-
Âdrivers/vfio/vfio_iommu_type1.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âinclude/linux/vfio.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +
Âinclude/uapi/linux/vfio.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +
Â7 files changed, 214 insertions(+), 9 deletions(-)