Re: [Intel-gfx] [PATCH v9 00/10] Enhance vfio PCI hot reset for vfio cdev device

2023-07-24 Thread Jiang, Yanting
> > VFIO_DEVICE_PCI_HOT_RESET requires user to pass an array of group fds to > prove that it owns all devices affected by resetting the calling device. > While for > cdev devices, user can use an iommufd-based ownership checking model and > invoke VFIO_DEVICE_PCI_HOT_RESET with a zero-length fd a

[Intel-gfx] [PATCH v9 00/10] Enhance vfio PCI hot reset for vfio cdev device

2023-07-10 Thread Yi Liu
VFIO_DEVICE_PCI_HOT_RESET requires user to pass an array of group fds to prove that it owns all devices affected by resetting the calling device. While for cdev devices, user can use an iommufd-based ownership checking model and invoke VFIO_DEVICE_PCI_HOT_RESET with a zero-length fd array. This se