On Thu, Oct 23, 2025 at 08:09:23PM -0300, Jason Gunthorpe wrote: > Move it out of vfio_platform_ioctl() and re-indent it. Add it to all > platform drivers. > > Signed-off-by: Jason Gunthorpe <[email protected]> > --- > drivers/vfio/platform/vfio_amba.c | 1 + > drivers/vfio/platform/vfio_platform.c | 1 + > drivers/vfio/platform/vfio_platform_common.c | 50 +++++++++++-------- > drivers/vfio/platform/vfio_platform_private.h | 2 + > 4 files changed, 32 insertions(+), 22 deletions(-) >
Moving the GET_REGION_INFO logic to vfio_platform_common.c and exporting it for both the vfio-amba and vfio-platform drivers to use in the new op looks correct. LGTM Reviewed-by: Pranjal Shrivastava <[email protected]> Thanks, Praan
