From c909d6094903ece47036cb79e13ed618e5738a11 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Fri, 11 Nov 2011 12:04:41 +0100 Subject: [PATCH] amd iommu: Disable debug output for early DTE update Some systems may have IVHD device entries that cover large device id range. Having those entries displayed will take very long time to boot. Signed-off-by: Wei Wang Committed-by: Jan Beulich --- xen/drivers/passthrough/amd/iommu_init.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/drivers/passthrough/amd/iommu_init.c b/xen/drivers/passthrough/amd/iommu_init.c index a6ee4a0431..b7f94328f6 100644 --- a/xen/drivers/passthrough/amd/iommu_init.c +++ b/xen/drivers/passthrough/amd/iommu_init.c @@ -838,10 +838,6 @@ static int __init amd_iommu_setup_device_table( amd_iommu_set_intremap_table( dte, (u64)virt_to_maddr(intr_tb), iommu_intremap); - - AMD_IOMMU_DEBUG("Add device table entry: device id = 0x%04x, " - "interupt table = 0x%"PRIx64"\n", bdf, - (u64)virt_to_maddr(intr_tb)); } } -- 2.30.2