Lines Matching refs:LOG

560         LOG(ERROR, "disk %s does not exist (no backend path", libxl_path);  in libxl__disk_from_xenstore()
567 LOG(ERROR, "Unable to fetch device backend domid from %s", backend_path); in libxl__disk_from_xenstore()
595 LOG(ERROR, "Missing xenstore node %s/colo-port", libxl_path); in libxl__disk_from_xenstore()
604 LOG(ERROR, "Missing xenstore node %s/"#param"", libxl_path); \ in libxl__disk_from_xenstore()
620 LOG(ERROR, "Missing xenstore node %s/type", libxl_path); in libxl__disk_from_xenstore()
628LOG(DEBUG, "Missing xenstore node %s/specification, assuming specification xen", libxl_path); in libxl__disk_from_xenstore()
633 LOG(ERROR, "Unable to parse xenstore node %s/specification", libxl_path); in libxl__disk_from_xenstore()
642 LOG(ERROR, "Missing xenstore node %s/transport", libxl_path); in libxl__disk_from_xenstore()
647 LOG(ERROR, "Unable to parse xenstore node %s/transport", libxl_path); in libxl__disk_from_xenstore()
651 LOG(ERROR, "Only transport mmio is expected for specification virtio"); in libxl__disk_from_xenstore()
658 LOG(ERROR, "Missing xenstore node %s/base", libxl_path); in libxl__disk_from_xenstore()
666 LOG(ERROR, "Missing xenstore node %s/irq", libxl_path); in libxl__disk_from_xenstore()
683 LOG(ERROR, "Missing xenstore node %s/dev", libxl_path); in libxl__disk_from_xenstore()
690 LOG(ERROR, "Missing xenstore node %s/removable", libxl_path); in libxl__disk_from_xenstore()
697 LOG(ERROR, "Missing xenstore node %s/mode", libxl_path); in libxl__disk_from_xenstore()
708 LOG(ERROR, "Missing xenstore node %s/device-type", libxl_path); in libxl__disk_from_xenstore()
1635 LOG(ERROR, "blkdev_start is invalid"); in libxl__alloc_vdev()
1669 LOG(DEBUG, "Non-local backend, can't access locally.\n"); in libxl__device_disk_find_local_path()
1680 LOG(DEBUG, "Directly accessing local RAW disk %s", path); in libxl__device_disk_find_local_path()
1690 LOG(DEBUG, "Directly accessing local QDISK target %s", path); in libxl__device_disk_find_local_path()
1756 LOG(DEBUG, "Strange, dls->diskpath already set: %s", dls->diskpath); in libxl__device_disk_local_initiate_attach()
1758 LOG(DEBUG, "Trying to find local path"); in libxl__device_disk_local_initiate_attach()
1763 LOG(DEBUG, "Local path found, executing callback."); in libxl__device_disk_local_initiate_attach()
1766 LOG(DEBUG, "Local path not found, initiating attach."); in libxl__device_disk_local_initiate_attach()
1818 LOG(DEBUG, "locally attached disk %s", dls->diskpath); in local_device_attach_cb()