From 9dfaf5ac274ba923c4d0ac82245fa42bf88d0071 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 21 Jun 2019 17:17:59 +0200 Subject: [PATCH] AMD/IOMMU: revert "amd/iommu: assign iommu devices to Xen" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit b6bd02b7a877f9fac2de69e64d8245d56f92ab25. The change was redundant with amd_iommu_detect_one_acpi() already calling pci_ro_device(). Signed-off-by: Jan Beulich Acked-by: Roger Pau Monné Acked-by: Brian Woods --- xen/drivers/passthrough/amd/iommu_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/drivers/passthrough/amd/iommu_init.c b/xen/drivers/passthrough/amd/iommu_init.c index 5913277e52..4e76b2620c 100644 --- a/xen/drivers/passthrough/amd/iommu_init.c +++ b/xen/drivers/passthrough/amd/iommu_init.c @@ -1022,8 +1022,6 @@ static void * __init allocate_ppr_log(struct amd_iommu *iommu) static int __init amd_iommu_init_one(struct amd_iommu *iommu) { - pci_hide_device(iommu->seg, PCI_BUS(iommu->bdf), PCI_DEVFN2(iommu->bdf)); - if ( map_iommu_mmio_region(iommu) != 0 ) goto error_out; -- 2.30.2