On Tue, Aug 24, 2021 at 09:36:29PM -0300, Jason Gunthorpe wrote: > > + /* > > + * Tracks the fake iommu groups created by vfio to support mediated > > + * devices. These are not backed by an actual IOMMU. > > + */ > > + struct list_head mediated_groups; > > Though again I'd prefer another name to mediated here.. These are > domainless groups? I think they should use whatever named we use for/instead of the mediated groups as these are the same concept. Using an unrelated name like external did causes major confusion.