[GIT PULL] VFIO updates for v5.1-rc1

From: Alex Williamson
Date: Fri Feb 22 2019 - 17:25:49 EST


Hi Linus,

Sorry for the duplicate, botched the [GIT PULL] first time around.
This is for the next merge window. Thanks!

The following changes since commit 8834f5600cf3c8db365e18a3d5cac2c2780c81e5:

Linux 5.0-rc5 (2019-02-03 13:48:04 -0800)

are available in the Git repository at:

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.1-rc1

for you to fetch changes up to 0cfd027be1d6def4a462cdc180c055143af24069:

vfio_pci: Enable memory accesses before calling pci_map_rom (2019-02-18 14:57:50 -0700)

----------------------------------------------------------------
VFIO updates for v5.1-rc1

- Switch mdev to generic UUID API (Andy Shevchenko)

- Fixup platform reset include paths (Masahiro Yamada)

- Fix usage of MINORMASK (Chengguang Xu)

- Remove noise from duplicate spapr table unsets (Alexey Kardashevskiy)

- Restore device state after PM reset (Alex Williamson)

- Ensure memory translation enabled for PCI ROM access (Eric Auger)

----------------------------------------------------------------
Alex Williamson (1):
vfio/pci: Restore device state on PM transition

Alexey Kardashevskiy (1):
vfio/spapr_tce: Skip unsetting already unset table

Andy Shevchenko (1):
vfio-mdev: Switch to use new generic UUID API

Chengguang Xu (4):
vfio: expand minor range when registering chrdev region
samples/vfio-mdev/mbochs: expand minor range when registering chrdev region
samples/vfio-mdev/mdpy: expand minor range when registering chrdev region
samples/vfio-mdev/mtty: expand minor range when registering chrdev region

Eric Auger (1):
vfio_pci: Enable memory accesses before calling pci_map_rom

Masahiro Yamada (1):
vfio: platform: reset: fix up include directives to remove ccflags-y

drivers/vfio/mdev/mdev_core.c | 16 ++--
drivers/vfio/mdev/mdev_private.h | 5 +-
drivers/vfio/mdev/mdev_sysfs.c | 6 +-
drivers/vfio/pci/vfio_pci.c | 90 ++++++++++++++++++----
drivers/vfio/pci/vfio_pci_config.c | 2 +-
drivers/vfio/pci/vfio_pci_private.h | 6 ++
drivers/vfio/platform/reset/Makefile | 2 -
.../vfio/platform/reset/vfio_platform_amdxgbe.c | 2 +-
.../vfio/platform/reset/vfio_platform_bcmflexrm.c | 2 +-
.../platform/reset/vfio_platform_calxedaxgmac.c | 2 +-
drivers/vfio/vfio.c | 8 +-
drivers/vfio/vfio_iommu_spapr_tce.c | 3 +-
include/linux/mdev.h | 2 +-
samples/vfio-mdev/mbochs.c | 8 +-
samples/vfio-mdev/mdpy.c | 8 +-
samples/vfio-mdev/mtty.c | 17 ++--
16 files changed, 125 insertions(+), 54 deletions(-)