Merge patch series "Move group specific code into group.c"
authorJason Gunthorpe <jgg@nvidia.com>
Mon, 5 Dec 2022 13:14:39 +0000 (09:14 -0400)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 5 Dec 2022 13:14:39 +0000 (09:14 -0400)
commit395f9d8975251ca906113c9f4408aa1592f38e07
tree5a6f796c71a481943e2dc0eebc253ea031ddbc62
parent90337f526c98129b0b180fc52dc5f57d8e7a8614
parent9eefba8002c27d65ab52a533fd0611b099b73591
Merge patch series "Move group specific code into group.c"

Yi Liu <yi.l.liu@intel.com> says:

==================
With the introduction of iommufd, VFIO is towarding to provide device
centric uAPI after adapting to iommufd. With this trend, existing VFIO
group infrastructure is optional once VFIO converted to device centric.

This series moves the group specific code out of vfio_main.c, prepares
for compiling group infrastructure out after adding vfio device cdev[2]

[2] https://github.com/yiliu1765/iommufd/tree/wip/vfio_device_cdev
==================

Link: https://lore.kernel.org/all/20221201145535.589687-1-yi.l.liu@intel.com/
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>