On Wed, 31 Aug 2022 17:15:55 -0300 Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > Move ioctl dispatch functions for the group FD and PCI to follow a common > pattern: > > - One function per ioctl > - Function name has 'ioctl' in it > - Function takes in a __user pointer of the correct type > > At least PCI has grown its single ioctl function to over 500 lines and > needs splitting. Group is split up in the same style to make some coming > patches more understandable. > > This is based on the "Remove private items from linux/vfio_pci_core.h" > series as it has a minor conflict with it. > > v2: Applied to vfio next branch for v6.1. Thanks, Alex