On Fri, Jun 02, 2023 at 05:15:15AM -0700, Yi Liu wrote: > This is the way user to invoke hot-reset for the devices opened by cdev > interface. User should check the flag VFIO_PCI_HOT_RESET_FLAG_DEV_ID_OWNED > in the output of VFIO_DEVICE_GET_PCI_HOT_RESET_INFO ioctl before doing > hot-reset for cdev devices. > > Suggested-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > Tested-by: Yanting Jiang <yanting.jiang@xxxxxxxxx> > Signed-off-by: Yi Liu <yi.l.liu@xxxxxxxxx> > --- > drivers/vfio/pci/vfio_pci_core.c | 61 ++++++++++++++++++++++++++------ > include/uapi/linux/vfio.h | 14 ++++++++ > 2 files changed, 64 insertions(+), 11 deletions(-) This looks OK but it should be in the cdev series.. Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason