On Thu, Oct 23, 2025 at 08:09:17PM -0300, Jason Gunthorpe wrote: > Remove virtiovf_vfio_pci_core_ioctl() and change the signature of > virtiovf_pci_ioctl_get_region_info(). > > Signed-off-by: Jason Gunthorpe <[email protected]> > --- > drivers/vfio/pci/virtio/common.h | 4 +--- > drivers/vfio/pci/virtio/legacy_io.c | 20 ++++---------------- > drivers/vfio/pci/virtio/main.c | 3 ++- > 3 files changed, 7 insertions(+), 20 deletions(-) > > diff --git a/drivers/vfio/pci/virtio/common.h > b/drivers/vfio/pci/virtio/common.h > index c7d7e27af386e9..a10f2d92cb6238 100644 > --- a/drivers/vfio/pci/virtio/common.h > +++ b/drivers/vfio/pci/virtio/common.h > @@ -109,10 +109,8 @@ void virtiovf_migration_reset_done(struct pci_dev *pdev); >
Reviewed-by: Pranjal Shrivastava <[email protected]> Thanks, Praan
