Pull VFIO updates from Alex Williamson:
 - Adopt iommu_unmap_fast() interface to type1 backend
   (Suravee Suthikulpanit)
 - mdev sample driver fixup (Shunyong Yang)
 - More efficient PFN mapping handling in type1 backend
   (Jason Cai)
 - VFIO device ioeventfd interface (Alex Williamson)
 - Tag new vfio-platform sub-maintainer (Alex Williamson)
* tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio:
  MAINTAINERS: vfio/platform: Update sub-maintainer
  vfio/pci: Add ioeventfd support
  vfio/pci: Use endian neutral helpers
  vfio/pci: Pull BAR mapping setup from read-write path
  vfio/type1: Improve memory pinning process for raw PFN mapping
  vfio-mdev/samples: change RDI interrupt condition
  vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs