Re: [Intel-gfx] [PATCH v3 06/12] vfio: Refine vfio file kAPIs for vfio PCI hot reset

2023-04-05 Thread Liu, Yi L
> From: Eric Auger > Sent: Wednesday, April 5, 2023 4:28 PM > > Hi Yi, > On 4/1/23 16:44, Yi Liu wrote: > > This prepares vfio core to accept vfio device file from the vfio PCI > > hot reset path. vfio_file_is_group() is still kept for KVM usage. > > > > Reviewed-by: Kevin Tian > > Reviewed-by:

Re: [Intel-gfx] [PATCH v3 06/12] vfio: Refine vfio file kAPIs for vfio PCI hot reset

2023-04-05 Thread Eric Auger
Hi Yi, On 4/1/23 16:44, Yi Liu wrote: > This prepares vfio core to accept vfio device file from the vfio PCI > hot reset path. vfio_file_is_group() is still kept for KVM usage. > > Reviewed-by: Kevin Tian > Reviewed-by: Jason Gunthorpe > Tested-by: Yanting Jiang > Signed-off-by: Yi Liu > --- >

[Intel-gfx] [PATCH v3 06/12] vfio: Refine vfio file kAPIs for vfio PCI hot reset

2023-04-01 Thread Yi Liu
This prepares vfio core to accept vfio device file from the vfio PCI hot reset path. vfio_file_is_group() is still kept for KVM usage. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Tested-by: Yanting Jiang Signed-off-by: Yi Liu --- drivers/vfio/group.c | 32 ++--