[GIT PULL] VFIO updates for v4.20-rc1
From: Alex Williamson
Date: Tue Oct 30 2018 - 16:49:21 EST
Hi Linus,
The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84:
Linux 4.19-rc5 (2018-09-23 19:15:18 +0200)
are available in the Git repository at:
git://github.com/awilliam/linux-vfio.git tags/vfio-v4.20-rc1.v2
for you to fetch changes up to 104c7405a64d937254b6a154938e6151f91c9e0d:
vfio: add edid support to mbochs sample driver (2018-10-11 10:22:36 -0600)
----------------------------------------------------------------
VFIO updates for v4.20
- EDID interfaces for vfio devices supporting display extensions
(Gerd Hoffmann)
- Generically select Type-1 IOMMU model support on ARM/ARM64
(Geert Uytterhoeven)
- Quirk for VFs reporting INTx pin (Alex Williamson)
- Fix error path memory leak in MSI support (Li Qiang)
----------------------------------------------------------------
Alex Williamson (1):
vfio/pci: Mask buggy SR-IOV VF INTx support
Geert Uytterhoeven (1):
drivers/vfio: Allow type-1 IOMMU instantiation with all ARM/ARM64 IOMMUs
Gerd Hoffmann (2):
vfio: add edid api for display (vgpu) devices.
vfio: add edid support to mbochs sample driver
Li Qiang (1):
vfio/pci: Fix potential memory leak in vfio_msi_cap_len
drivers/vfio/Kconfig | 2 +-
drivers/vfio/pci/vfio_pci.c | 8 ++-
drivers/vfio/pci/vfio_pci_config.c | 31 ++++++++-
include/uapi/linux/vfio.h | 50 ++++++++++++++
samples/vfio-mdev/mbochs.c | 136 +++++++++++++++++++++++++++++++------
5 files changed, 204 insertions(+), 23 deletions(-)