Re: [Intel-gfx] [PATCH v12 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()

2023-06-12 Thread Liu, Yi L
> From: Alex Williamson > Sent: Tuesday, June 13, 2023 5:52 AM > > On Fri, 2 Jun 2023 05:16:35 -0700 > Yi Liu wrote: > > > This avoids passing too much parameters in multiple functions. Per the > > input parameter change, rename the function to be vfio_df_open/close(). > > > > Reviewed-by:

Re: [Intel-gfx] [PATCH v12 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()

2023-06-12 Thread Alex Williamson
On Fri, 2 Jun 2023 05:16:35 -0700 Yi Liu wrote: > This avoids passing too much parameters in multiple functions. Per the > input parameter change, rename the function to be vfio_df_open/close(). > > Reviewed-by: Kevin Tian > Reviewed-by: Jason Gunthorpe > Reviewed-by: Eric Auger >

[Intel-gfx] [PATCH v12 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()

2023-06-02 Thread Yi Liu
This avoids passing too much parameters in multiple functions. Per the input parameter change, rename the function to be vfio_df_open/close(). Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Reviewed-by: Eric Auger Tested-by: Terrence Xu Tested-by: Nicolin Chen Tested-by: Matthew Rosato