[GIT PULL] VFIO updates for v5.3-rc1
From: Alex Williamson
Date: Tue Jul 16 2019 - 11:18:17 EST
Hi Linus,
The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:
Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)
are available in the Git repository at:
git://github.com/awilliam/linux-vfio.git tags/vfio-v5.3-rc1
for you to fetch changes up to 1e4d09d2212d9e230b967f57bc8df463527dbd75:
mdev: Send uevents around parent device registration (2019-07-11 13:26:52 -0600)
----------------------------------------------------------------
VFIO updates for v5.3-rc1
- Static symbol cleanup in mdev samples (Kefeng Wang)
- Use vma help in nvlink code (Peng Hao)
- Remove unused code in mbochs sample (YueHaibing)
- Send uevents around mdev registration (Alex Williamson)
----------------------------------------------------------------
Alex Williamson (1):
mdev: Send uevents around parent device registration
Kefeng Wang (1):
vfio-mdev/samples: make some symbols static
Peng Hao (1):
vfio: vfio_pci_nvlink2: use a vma helper function
YueHaibing (1):
sample/mdev/mbochs: remove set but not used variable 'mdev_state'
drivers/vfio/mdev/mdev_core.c | 9 +++++++
drivers/vfio/pci/vfio_pci_nvlink2.c | 3 +--
samples/vfio-mdev/mbochs.c | 3 ---
samples/vfio-mdev/mtty.c | 47 +++++++++++++++++++------------------
4 files changed, 34 insertions(+), 28 deletions(-)