From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [GIT PULL] VFIO updates for v4.5-rc1 Date: Fri, 15 Jan 2016 13:58:16 -0700 Message-ID: <1452891496.14628.233.camel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm , linux-kernel , Pierre Morel , Dan Carpenter , Alexey Kardashevskiy 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 4ef7675344d687a0ef5b0d7c0cee12da0058= 70c0: =C2=A0 Linux 4.4-rc6 (2015-12-20 16:06:09 -0800) are available in the git repository at: =C2=A0 git://github.com/awilliam/linux-vfio.git tags/vfio-v4.5-rc1 for you to fetch changes up to d4f50ee2f5b45fc4d9e4142a52edf8b7935a9275= : =C2=A0 vfio/iommu_type1: make use of info.flags (2016-01-04 12:55:44 -0= 700) ---------------------------------------------------------------- VFIO updates for v4.5-rc1 =C2=A0- Fixes in AMD xgbe reset, spapr structure padding, type 1 flags =C2=A0=C2=A0=C2=A0(Dan Carpenter, Alexey Kardashevskiy, Pierre Morel) =C2=A0- Re-introduce no-iommu mode, with a user this time (Alex William= son) ---------------------------------------------------------------- Alex Williamson (1): =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0vfio: Include No-IOMMU mode Alexey Kardashevskiy (1): =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0vfio: Add explicit alignments in vf= io_iommu_spapr_tce_create Dan Carpenter (1): =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0VFIO: platform: reset: fix a warnin= g message condition Pierre Morel (1): =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0vfio/iommu_type1: make use of info.= flags =C2=A0drivers/vfio/Kconfig=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2= =A0=C2=A015 ++ =C2=A0drivers/vfio/pci/vfio_pci.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A0=C2=A08 +- =C2=A0.../vfio/platform/reset/vfio_platform_amdxgbe.c=C2=A0=C2=A0=C2=A0= =C2=A0|=C2=A0=C2=A0=C2=A02 +- =C2=A0drivers/vfio/vfio.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= | 184 ++++++++++++++++++++- =C2=A0drivers/vfio/vfio_iommu_type1.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0|=C2=A0=C2=A0=C2=A02 +- =C2=A0include/linux/vfio.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2= =A0=C2=A0=C2=A03 + =C2=A0include/uapi/linux/vfio.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A0=C2=A09 + =C2=A07 files changed, 214 insertions(+), 9 deletions(-)