iommu: Add option to group multi-function devices
The option iommu=group_mf indicates the that the iommu driver should expose all functions of a multi-function PCI device as the same iommu_device_group. This is useful for disallowing individual functions being exposed as independent devices to userspace as there are often hidden dependencies. Virtual functions are not affected by this option. Signed-off-by:Alex Williamson <alex.williamson@redhat.com> Signed-off-by:
Joerg Roedel <joerg.roedel@amd.com>
Showing
- Documentation/kernel-parameters.txt 3 additions, 1 deletionDocumentation/kernel-parameters.txt
- arch/ia64/include/asm/iommu.h 2 additions, 0 deletionsarch/ia64/include/asm/iommu.h
- arch/ia64/kernel/pci-dma.c 1 addition, 0 deletionsarch/ia64/kernel/pci-dma.c
- arch/x86/include/asm/iommu.h 1 addition, 0 deletionsarch/x86/include/asm/iommu.h
- arch/x86/kernel/pci-dma.c 11 additions, 0 deletionsarch/x86/kernel/pci-dma.c
- drivers/iommu/amd_iommu.c 9 additions, 1 deletiondrivers/iommu/amd_iommu.c
- drivers/iommu/intel-iommu.c 3 additions, 0 deletionsdrivers/iommu/intel-iommu.c
Loading
Please register or sign in to comment