[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2 of 6] Remove VTD prefix from debug output
# HG changeset patch # User Wei Wang <wei.wang2@xxxxxxx> # Date 1319201420 -7200 # Node ID 1b618fbedd2371b2c4a00118f5fde8b063131d27 # Parent a559e27ffb2c2a3a90dc25f09205b66668dcdbbb Remove VTD prefix from debug output. Signed-off-by: Wei Wang <wei.wang2@xxxxxxx> diff -r a559e27ffb2c -r 1b618fbedd23 xen/drivers/passthrough/pci.c --- a/xen/drivers/passthrough/pci.c Fri Oct 21 14:50:16 2011 +0200 +++ b/xen/drivers/passthrough/pci.c Fri Oct 21 14:50:20 2011 +0200 @@ -758,7 +758,7 @@ int enable_ats_device(int seg, int bus, BUG_ON(!pos); if ( iommu_verbose ) - dprintk(XENLOG_INFO VTDPREFIX, + dprintk(XENLOG_INFO, "%04x:%02x:%02x.%u: ATS capability found\n", seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn)); @@ -799,7 +799,7 @@ int enable_ats_device(int seg, int bus, } if ( iommu_verbose ) - dprintk(XENLOG_INFO VTDPREFIX, + dprintk(XENLOG_INFO, "%04x:%02x:%02x.%u: ATS %s enabled\n", seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), pos ? "is" : "was"); @@ -833,7 +833,7 @@ void disable_ats_device(int seg, int bus } if ( iommu_verbose ) - dprintk(XENLOG_INFO VTDPREFIX, + dprintk(XENLOG_INFO, "%04x:%02x:%02x.%u: ATS is disabled\n", seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn)); } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |