Re: [Intel-gfx] [PATCH v9 06/10] vfio: Mark cdev usage in vfio_device

2023-07-12 Thread Jason Gunthorpe
On Mon, Jul 10, 2023 at 07:31:22PM -0700, Yi Liu wrote: > This can be used to differentiate whether to report group_id or devid in > the revised VFIO_DEVICE_GET_PCI_HOT_RESET_INFO ioctl. At this moment, no > cdev path yet, so the vfio_device_cdev_opened() helper always returns false. > > Reviewed-

[Intel-gfx] [PATCH v9 06/10] vfio: Mark cdev usage in vfio_device

2023-07-10 Thread Yi Liu
This can be used to differentiate whether to report group_id or devid in the revised VFIO_DEVICE_GET_PCI_HOT_RESET_INFO ioctl. At this moment, no cdev path yet, so the vfio_device_cdev_opened() helper always returns false. Reviewed-by: Kevin Tian Tested-by: Terrence Xu Signed-off-by: Yi Liu ---