I am using the IOMMU API for linux and I would like to get a specific device that belongs to a specific group of a known group ID.
The iommu_group structure has a field for the device list but it is not accessible. Is there a way to get it?
Please try:
find /sys/kernel/iommu_groups/ -type l
Rami Rosen