commit | 426a273834eae65abcfc7132a21a85b3151e0bce | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Thu May 28 18:41:30 2015 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Jun 09 08:55:21 2015 +0200 |
tree | 4a5800e1b7ed228ed6e1a846f366eb8ac2a4f812 | |
parent | 53723dc59ff3ab504c739000b287ded49aeb2019 [diff] |
iommu: Limit iommu_attach/detach_device to devices with their own group This patch changes the behavior of the iommu_attach_device and iommu_detach_device functions. With this change these functions only work on devices that have their own group. For all other devices the iommu_group_attach/detach functions must be used. Signed-off-by: Joerg Roedel <jroedel@suse.de>