• J
    iommu/vt-d: Replace iommu_bmp with a refcount · 29a27719
    Joerg Roedel 提交于
    This replaces the dmar_domain->iommu_bmp with a similar
    reference count array. This allows us to keep track of how
    many devices behind each iommu are attached to the domain.
    
    This is necessary for further simplifications and
    optimizations to the iommu<->domain attachment code.
    Signed-off-by: NJoerg Roedel <jroedel@suse.de>
    29a27719
intel-iommu.c 125.8 KB