commit | b0119e870837dcd15a207b4701542ebac5d19b45 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Wed Feb 01 13:23:08 2017 +0100 |
committer | Joerg Roedel <jroedel@suse.de> | Fri Feb 10 13:44:57 2017 +0100 |
tree | 07c547fed49f739a7d9b4a64c8163d9908db48e2 | |
parent | c09e22d5370739e16463c113525df51b5980b1d5 [diff] |
iommu: Introduce new 'struct iommu_device' This struct represents one hardware iommu in the iommu core code. For now it only has the iommu-ops associated with it, but that will be extended soon. The register/unregister interface is also added, as well as making use of it in the Intel and AMD IOMMU drivers. Signed-off-by: Joerg Roedel <jroedel@suse.de>