vfio: Add vfio_file_is_group()
authorJason Gunthorpe <jgg@nvidia.com>
Fri, 7 Oct 2022 14:04:39 +0000 (11:04 -0300)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 7 Oct 2022 14:10:52 +0000 (08:10 -0600)
commit4b22ef042d6f54a6e5899555f2db71749133eca8
tree10838fcdc932cb2db6cacbd5764b47f5e5f51278
parentc82e81ab2569559ad873b3061217c2f37560682b
vfio: Add vfio_file_is_group()

This replaces uses of vfio_file_iommu_group() which were only detecting if
the file is a VFIO file with no interest in the actual group.

The only remaning user of vfio_file_iommu_group() is in KVM for the SPAPR
stuff. It passes the iommu_group into the arch code through kvm for some
reason.

Tested-by: Matthew Rosato <mjrosato@linux.ibm.com>
Tested-by: Christian Borntraeger <borntraeger@de.ibm.com>
Tested-by: Eric Farman <farman@linux.ibm.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/1-v2-15417f29324e+1c-vfio_group_disassociate_jgg@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci_core.c
drivers/vfio/vfio_main.c
include/linux/vfio.h
virt/kvm/vfio.c