Re: [PATCH v2 12/15] vfio/amba: Use the new device life cycle helpers

2022-09-07 Thread Eric Auger
Hi Kevin, On 9/1/22 16:37, Kevin Tian wrote: > Implement amba's own vfio_device_ops. > > Remove vfio_platform_probe/remove_common() given no user now. > > Signed-off-by: Kevin Tian > Reviewed-by: Jason Gunthorpe > --- > drivers/vfio/platform/vfio_amba.c | 72 ++- > d

RE: [PATCH v2 12/15] vfio/amba: Use the new device life cycle helpers

2022-09-01 Thread Tian, Kevin
> From: Tian, Kevin > Sent: Thursday, September 1, 2022 10:38 PM > > +static const struct vfio_device_ops vfio_amba_ops= { Above missed a space after vfio_amba_ops.

[PATCH v2 12/15] vfio/amba: Use the new device life cycle helpers

2022-09-01 Thread Kevin Tian
Implement amba's own vfio_device_ops. Remove vfio_platform_probe/remove_common() given no user now. Signed-off-by: Kevin Tian Reviewed-by: Jason Gunthorpe --- drivers/vfio/platform/vfio_amba.c | 72 ++- drivers/vfio/platform/vfio_platform_common.c | 60