[Intel-gfx] [PATCH v4 7/9] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device

Tian, Kevin kevin.tian at intel.com
Thu Apr 27 06:45:41 UTC 2023


> From: Yi Liu
> Sent: Wednesday, April 26, 2023 10:54 PM
> +
> +/*
> + * Return devid for devices that have been bound with iommufd,
> + * returns 0 if not bound yet.
> + */
> +u32 vfio_iommufd_physical_devid(struct vfio_device *vdev)
> +{
> +	if (WARN_ON(!vdev->iommufd_device && !vdev->iommufd_access))
> +		return 0;

is WARN_ON too restrictive?


More information about the Intel-gfx mailing list