[PATCH 18/26] iommu/vt-d: Pass an iommu pointer to domain_init()

2015-08-05 Thread Joerg Roedel
From: Joerg Roedel This allows to do domain->iommu attachment after domain_init has run. Signed-off-by: Joerg Roedel --- drivers/iommu/intel-iommu.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index

[PATCH 18/26] iommu/vt-d: Pass an iommu pointer to domain_init()

2015-08-05 Thread Joerg Roedel
From: Joerg Roedel jroe...@suse.de This allows to do domain-iommu attachment after domain_init has run. Signed-off-by: Joerg Roedel jroe...@suse.de --- drivers/iommu/intel-iommu.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/iommu/intel-iommu.c