On Mon, Apr 11, 2022 at 04:13:43PM +0200, Christoph Hellwig wrote: > Just open code the calls to the VFIO APIs. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/gpu/drm/i915/gvt/dmabuf.c | 12 ++++++----- > drivers/gpu/drm/i915/gvt/hypercall.h | 2 -- > drivers/gpu/drm/i915/gvt/kvmgt.c | 22 -------------------- > drivers/gpu/drm/i915/gvt/mpt.h | 30 ---------------------------- > 4 files changed, 7 insertions(+), 59 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Had to look ahead in the series to see that the vfio_device_get_from_dev() was removed too :) Jason