On Mon, Nov 03, 2025 at 03:20:52PM +0100, Eric Auger wrote:
> > @@ -115,7 +115,7 @@ static const struct vfio_device_ops vfio_amba_ops = {
> >     .open_device    = vfio_platform_open_device,
> >     .close_device   = vfio_platform_close_device,
> >     .ioctl          = vfio_platform_ioctl,
> > -   .get_region_info = vfio_platform_ioctl_get_region_info,
> > +   .get_region_info_caps = vfio_platform_ioctl_get_region_info,
> This would be nicer if called vfio_platform_get_region_info_caps I think

Maybe, but I pretty consistently did not use the _caps name for any of
the function names.

Maybe we should rename .get_region_info_caps back to just
.get_region_info?

Jason

Reply via email to