# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1294665540 0
# Node ID 5ddd417071b01461c06f99e547052fd533b57d66
# Parent 3334667c23d1ce06628f768aafc0c683b1c5414e
libxl: log which PCI device could not be reset.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r 3334667c23d1 -r 5ddd417071b0 tools/libxl/libxl_pci.c
--- a/tools/libxl/libxl_pci.c Mon Jan 10 13:17:59 2011 +0000
+++ b/tools/libxl/libxl_pci.c Mon Jan 10 13:19:00 2011 +0000
@@ -756,7 +756,7 @@ static int libxl_device_pci_reset(libxl_
return rc < 0 ? rc : 0;
}
if (errno == ENOENT) {
- LIBXL__LOG(ctx, LIBXL__LOG_ERROR, "The kernel doesn't support PCI
device reset from sysfs");
+ LIBXL__LOG(ctx, LIBXL__LOG_ERROR, "The kernel doesn't support reset
from sysfs for PCI device "PCI_BDF, domain, bus, dev, func);
} else {
LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "Failed to access reset path
%s", reset);
}
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|