[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] vt-d: Quieten down overzealous logging.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1213613355 -3600 # Node ID 42323a447cbe11b78574a69e01b009a458f014b3 # Parent 049a42108c65d9e56d18539454d49bc83f66eca2 vt-d: Quieten down overzealous logging. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- xen/drivers/passthrough/io.c | 5 ++--- xen/drivers/passthrough/vtd/iommu.c | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff -r 049a42108c65 -r 42323a447cbe xen/drivers/passthrough/io.c --- a/xen/drivers/passthrough/io.c Mon Jun 16 11:24:17 2008 +0100 +++ b/xen/drivers/passthrough/io.c Mon Jun 16 11:49:15 2008 +0100 @@ -253,9 +253,8 @@ void hvm_dpci_eoi(struct domain *d, unsi { spin_unlock(&hvm_irq_dpci->dirq_lock); - gdprintk(XENLOG_INFO VTDPREFIX, - "hvm_dpci_eoi:: mirq = %x\n", machine_gsi); - stop_timer(&hvm_irq_dpci->hvm_timer[domain_irq_to_vector(d, machine_gsi)]); + stop_timer(&hvm_irq_dpci->hvm_timer[ + domain_irq_to_vector(d, machine_gsi)]); if ( (ent == NULL) || !ent->fields.mask ) pirq_guest_eoi(d, machine_gsi); } diff -r 049a42108c65 -r 42323a447cbe xen/drivers/passthrough/vtd/iommu.c --- a/xen/drivers/passthrough/vtd/iommu.c Mon Jun 16 11:24:17 2008 +0100 +++ b/xen/drivers/passthrough/vtd/iommu.c Mon Jun 16 11:49:15 2008 +0100 @@ -1696,7 +1696,7 @@ static int init_vtd_hw(void) { iommu = drhd->iommu; if ( qinval_setup(iommu) != 0 ) - dprintk(XENLOG_ERR VTDPREFIX, + dprintk(XENLOG_INFO VTDPREFIX, "Queued Invalidation hardware not found\n"); } @@ -1704,7 +1704,7 @@ static int init_vtd_hw(void) { iommu = drhd->iommu; if ( intremap_setup(iommu) != 0 ) - dprintk(XENLOG_ERR VTDPREFIX, + dprintk(XENLOG_INFO VTDPREFIX, "Interrupt Remapping hardware not found\n"); } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |