Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 38) sorted by relevance

12

/tools/libs/light/
A Dlibxl_dt_overlay.c26 LOG(ERROR, "Overlay FDT is not a valid Flat Device Tree"); in check_overlay_fdt()
32 LOG(ERROR, "Failed to check the overlay FDT (%d)", r); in check_overlay_fdt()
37 LOG(ERROR, "Overlay FDT totalsize is too big"); in check_overlay_fdt()
52 LOG(ERROR, "Overlay DTB check failed"); in libxl_dt_overlay()
56 LOG(DEBUG, "Overlay DTB check passed"); in libxl_dt_overlay()
63 LOG(ERROR, "%s: Adding/Removing overlay dtb failed.", __func__); in libxl_dt_overlay()
81 LOG(ERROR, "Overlay DTB check failed"); in libxl_dt_overlay_domain()
85 LOG(DEBUG, "Overlay DTB check passed"); in libxl_dt_overlay_domain()
92 LOG(ERROR, "%s: Attaching/Detaching overlay dtb failed.", __func__); in libxl_dt_overlay_domain()
A Dlibxl_vnuma.c54 LOG(ERROR, "Can't allocate nodemap"); in check_vnuma_affinity()
60 LOG(ERROR, "Can't convert Vcpu %d affinity to nodemap", vcpu); in check_vnuma_affinity()
66 LOG(WARN, "Vcpu %d %s affinity and vnuma info mismatch", vcpu, kind); in check_vnuma_affinity()
101 LOG(ERROR, "libxl_get_numainfo failed"); in libxl__vnuma_config_check()
113 LOG(ERROR, "Invalid pnode %"PRIu32" specified", pnode); in libxl__vnuma_config_check()
121 LOG(ERROR, "Amount of memory mismatch (0x%"PRIx64" != 0x%"PRIx64")", in libxl__vnuma_config_check()
134 LOG(ERROR, "Vcpu %d assigned more than once", j); in libxl__vnuma_config_check()
142 LOG(ERROR, "Vcpu %d is not assigned to any vnode", i); in libxl__vnuma_config_check()
170 LOG(ERROR, "Vmemrange end < start"); in libxl__vnuma_config_check()
177 LOG(ERROR, in libxl__vnuma_config_check()
[all …]
A Dlibxl_arm.c182 LOG(DEBUG, "Configure the domain"); in libxl__arch_domain_prepare_config()
209 LOG(ERROR, "Unknown GIC version %d", in libxl__arch_domain_prepare_config()
225 LOG(ERROR, "Unknown TEE type %d", in libxl__arch_domain_prepare_config()
635 LOG(DEBUG, "Creating OP-TEE node in dtb"); in make_optee_node()
1290 LOG(DEBUG, " - vGIC version: %s", in libxl__prepare_dtb()
1366 LOG(ERROR, "Unknown GIC version %s", in libxl__prepare_dtb()
1741 LOG(ERROR, "xc_dom_vuart_init failed\n"); in libxl__arch_build_dom_finish()
1771 LOG(WARN, "Arm guest are now PVH."); in libxl__arch_domain_create_info_setdefault()
1802 LOG(ERROR, in libxl__arch_domain_build_info_setdefault()
1807 LOG(ERROR, in libxl__arch_domain_build_info_setdefault()
[all …]
A Dlibxl_stream_read.c340 LOG(ERROR, in stream_header_done()
353 LOG(ERROR, "Unable to handle big endian streams"); in stream_header_done()
357 LOG(DEBUG, "Stream v%"PRIu32"%s", hdr->version, in stream_header_done()
574 LOG(DEBUG, "Record: %u, length %u", rec->hdr.type, rec->hdr.length); in process_record()
589 LOG(ERROR, in process_record()
596 LOG(ERROR, in process_record()
617 LOG(ERROR, in process_record()
627 LOG(ERROR, "Unexpected CHECKPOINT_END record in stream"); in process_record()
636 LOG(ERROR, "Unexpected CHECKPOINT_STATE record in stream"); in process_record()
646 LOG(ERROR, "Unrecognised record 0x%08x", rec->hdr.type); in process_record()
[all …]
A Dlibxl_aoutils.c88 LOG(DEBUG, "%s: xswait timeout (path=%s)", xswa->what, xswa->path); in xswait_timeout_callback()
145 LOG(ERROR, "unable to establish write event on %s" in datacopier_check_state()
196 LOG(DEBUG, "received POLLHUP on fd %d: %s during copy of %s", in datacopier_pollhup_handled()
223 LOG(ERROR, "unexpected poll event 0x%x on fd %d (expected POLLIN " in datacopier_readable()
260 LOG(ERROR, in datacopier_readable()
539 LOG(ERROR, "killing execution of %s because of timeout", aes->what); in async_exec_timeout()
593 LOG(DEBUG, "forking to execute: %s ", aes->what); in libxl__async_exec_start()
598 LOG(ERROR, "unable to fork"); in libxl__async_exec_start()
638 LOG(ERROR, "unable to find %s pid in %s", what, xs_path_pid); in libxl__kill_xs_path()
646 LOG(ERROR, "%s already exited", what); in libxl__kill_xs_path()
[all …]
A Dlibxl_dom.c49 LOG(WARN, in libxl__domain_type()
57 LOG(WARN, in libxl__domain_type()
248 LOG(ERROR, "Couldn't set max vcpu count"); in libxl__build_pre()
268 LOG(WARN, "Can't run NUMA placement, as a soft " in libxl__build_pre()
399 LOG(ERROR, "Can't allocate nodemap"); in set_vnuma_affinity()
412 LOG(ERROR, "Can't get cpumap for vnode %d", i); in set_vnuma_affinity()
456 LOG(ERROR, "Failed to set VM Generation ID"); in libxl__build_post()
581 LOG(ERROR, "xc_dom_parse_image failed"); in libxl__build_dom()
862 LOG(DEBUG, "Loading %s: %s", what, filename); in libxl__load_hvm_firmware_module()
1183 LOG(ERROR, "hvm build vmemranges failed"); in libxl__build_hvm()
[all …]
A Dlibxl_exec.c328 LOG(ERROR, "%s: startup timed out", ss->what); in spawn_watch_event()
332 LOG(DEBUG, "%s: spawn watch p=%s", ss->what, p); in spawn_watch_event()
357 LOG(ERROR, "%s [%ld]: unexpectedly exited with exit status 0," in spawn_middle_death()
361 LOG(ERROR, "%s [%ld]: failed startup with non-zero exit status %d", in spawn_middle_death()
367 LOG(ERROR, "%s [%ld]: died during startup due to fatal" in spawn_middle_death()
370 LOG(ERROR, "%s [%ld]: died during startup due to unknown fatal" in spawn_middle_death()
384 LOG(WARN,"%s underlying machinery seemed to fail (%d)," in spawn_middle_death()
A Dlibxl_utils.c354 LOG(ERROR, "file %s is far too large", filename); in libxl_read_file_contents()
428 LOG(ERROR, "file %s is far too large", filename); in libxl__read_sysfs_file_contents()
594 LOG(ERROR, "Failed to create a pipe"); in libxl_pipe()
812 LOG(ERROR, "invalid number of cpus provided"); in libxl_cpu_bitmap_alloc()
838 LOG(ERROR, "invalid number of nodes provided"); in libxl_node_bitmap_alloc()
883 LOG(ERROR, "invalid number of sockets provided"); in libxl_socket_bitmap_alloc()
1102 LOG(ERROR, "sendmsg have written %d instead of %zu", in libxl__sendmsg_fds()
1140 LOG(ERROR,"recvmsg got EOF (%s)", what); in libxl__recvmsg_fds()
1145 LOG(ERROR,"recvmsg got no control msg" in libxl__recvmsg_fds()
1150 LOG(ERROR, "recvmsg got unexpected" in libxl__recvmsg_fds()
[all …]
A Dlibxl_event.c863 LOG(DEBUG, "watch w=%p: deregister unregistered", w); in libxl__ev_xswatch_deregister()
1591 LOG(DEBUG,"event %p callback type=%s", in egc_run_callbacks()
1612 LOG(DEBUG,"ao %p: completion callback", ao); in egc_run_callbacks()
2036 LOG(DEBUG,"ao %p: destroy",ao); in libxl__ao__destroy()
2046 LOG(DEBUG,"ao %p: create fail",ao); in libxl__ao_create_fail()
2067 LOG(DEBUG,"ao %p: complete, rc=%d",ao,rc); in libxl__ao_complete()
2076 LOG(DEBUG, "ao %p: .. but waiting for %d fork to exit", in libxl__ao_complete()
2110 LOG(DEBUG, "ao %p: complete for callback", ao); in libxl__ao_complete_check_progress_reports()
2206 LOG(ERROR, in libxl__ao_inprogress()
2403 LOG(DEBUG,"ao %p: progress report: ignored",ao); in libxl__ao_progress_report()
[all …]
A Dlibxl_device.c360 LOG(DEBUG, "Disk vdev=%s, returning blktap", a->disk->vdev); in disk_try_backend()
410 LOG(DEBUG, "Disk vdev=%s, backend %s not compatible with colo", in disk_try_backend()
456 LOG(ERROR, in libxl__device_disk_set_backend()
483 LOG(DEBUG, "Disk vdev=%s, using backend %s", in libxl__device_disk_set_backend()
488 LOG(ERROR, "no suitable backend for disk %s", disk->vdev); in libxl__device_disk_set_backend()
1351 LOG(ERROR, "script: %s", hotplug_error); in device_hotplug_child_death_cb()
1455 LOG(ERROR, "Backend %s does not exist", be_path); in libxl__wait_for_backend()
1465 LOG(ERROR, "Backend %s not ready", be_path); in libxl__wait_for_backend()
1481 LOG(ERROR, "unable to %s device", in device_addrm_aocomplete()
1518 LOG(DEBUG, "device %s %s %s", in device_complete()
[all …]
A Dlibxl_x86_acpi.c119 LOG(ERROR, "xc_domain_getvnuma failed (rc=%d)", r); in init_acpi_config()
132 LOG(ERROR, "xc_domain_getvnuma failed (rc=%d)", r); in init_acpi_config()
177 LOG(ERROR, "init_acpi_config failed (rc=%d)", rc); in libxl__dom_load_acpi()
200 LOG(ERROR, "acpi_build_tables failed with %d", rc); in libxl__dom_load_acpi()
A Dlibxl_disk.c620 LOG(ERROR, "Missing xenstore node %s/type", 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()
697 LOG(ERROR, "Missing xenstore node %s/mode", 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()
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()
[all …]
A Dlibxl_test_timedereg.c37 LOG(DEBUG,"regs(%d)", j); in regs()
68 LOG(DEBUG,"occurs[%d][%d] seq=%d rc=%d", off/NTIMES, off%NTIMES, seq, rc); in occurs()
A Dlibxl_x86.c30 LOG(ERROR, "trap_unmapped_accesses is not supported on x86\n"); in libxl__arch_domain_prepare_config()
119 LOG(DEBUG, "Memory: %"PRIu64"kB End of RAM: " \ in e820_sanitize()
240 LOG(DEBUG, ":\t[%"PRIx64" -> %"PRIx64"] %s", e820[i].addr >> 12, in e820_sanitize()
330 LOG(ERROR, "%s group both enabled and disabled", in hvm_set_viridian_features()
345 LOG(ERROR, "base group not enabled"); in hvm_set_viridian_features()
350 LOG(DETAIL, "%s group enabled", libxl_viridian_enlightenment_to_string(v)); in hvm_set_viridian_features()
420 LOG(ERROR, "Couldn't set HVM_PARAM_HPET_ENABLED"); in hvm_set_conf_params()
425 LOG(ERROR, "Couldn't set HVM_PARAM_VPT_ALIGN"); in hvm_set_conf_params()
431 LOG(ERROR, "Couldn't set HVM_PARAM_MCA_CAP"); in hvm_set_conf_params()
439 LOG(ERROR, "Couldn't set HVM_PARAM_TIMER_MODE"); in hvm_set_conf_params()
A Dlibxl_numa.c354 LOG(WARN, "System has %d NUMA nodes, which is too big for the " in libxl__get_numa_candidate()
424 LOG(ERROR, "Inconsistent minimum or maximum number of guest nodes"); in libxl__get_numa_candidate()
498 LOG(DEBUG, "New best NUMA placement candidate found: " in libxl__get_numa_candidate()
518 LOG(NOTICE, "NUMA placement failed, performance might be affected"); in libxl__get_numa_candidate()
A Dlibxl_create.c34 LOG(ERROR, "domain type unspecified"); in libxl__domain_create_info_setdefault()
46 LOG(ERROR, "neither hap nor shadow paging available"); in libxl__domain_create_info_setdefault()
83 LOG(ERROR, "invalid domain type"); in libxl__domain_build_info_setdefault()
90 LOG(ERROR, "Unable to copy deprecated fields"); in libxl__domain_build_info_setdefault()
122 LOG(ERROR, "unknown device model version"); in libxl__domain_build_info_setdefault()
235 LOG(ERROR, "failed to get hypervisor info"); in libxl__domain_build_info_setdefault()
278 LOG(ERROR, in libxl__domain_build_info_setdefault()
396 LOG(ERROR, "invalid domain type %s in create info", in libxl__domain_build_info_setdefault()
419 LOG(ERROR, "max grant version %d out of range", in libxl__domain_build_info_setdefault()
623 LOG(DETAIL, "passthrough: %s", in libxl__domain_make()
[all …]
A Dlibxl_pci.c448 LOG(ERROR, "Looks like pciback driver not loaded"); in libxl_device_pci_assignable_list()
519 LOG(DEBUG, "Driver re-plug path: %s", dp); in sysfs_dev_unbind()
743 LOG(ERROR, "Couldn't unbind device!"); in pciback_dev_unassign()
781 LOG(ERROR, "Name too long"); in libxl__device_pci_assignable_add()
812 LOG(ERROR, "Couldn't unbind "PCI_BDF" from driver", in libxl__device_pci_assignable_add()
834 LOG(ERROR, "Couldn't bind device to pciback!"); in libxl__device_pci_assignable_add()
887 LOG(DETAIL, "'%s' -> " PCI_BDF, pci->name, pci->domain, in name2bdf()
921 LOG(WARN, "Not bound to pciback"); in libxl__device_pci_assignable_remove()
929 LOG(INFO, "Rebinding to driver at %s", driver_path); in libxl__device_pci_assignable_remove()
942 LOG(WARN, in libxl__device_pci_assignable_remove()
[all …]
A Dlibxl.c468 LOG(ERROR, "Unable to determine number of PCI devices, rc %d", in libxl_get_pci_topology()
478 LOG(ERROR, "Cannot initialize PCI hypercall structure, rc %d", rc); in libxl_get_pci_topology()
653 LOG(DEBUG, "setting node \"%s\" to value \"%s\"", path, val); in libxl_set_parameters()
721 LOG(DEBUG, "fnctl F_GETFL flags for fd %d are 0x%x", fd, fdfl); in libxl__fd_flags_modify_save()
729 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_modify_save()
748 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_restore()
A Dlibxl_sched.c268 LOG(ERROR, "Ratelimit out of range, valid range is from %d to %d", in sched_ratelimit_check()
309 LOG(ERROR, "Time slice out of range, valid range is from %d to %d", in libxl_sched_credit_params_set()
319 LOG(ERROR, "Ratelimit cannot be greater than timeslice"); in libxl_sched_credit_params_set()
324 LOG(ERROR, "vcpu migration delay should be >= 0 and <= %dus", in libxl_sched_credit_params_set()
473 LOG(ERROR, "Invalid VCPU period of %d (it should be >= 1)", period); in sched_rtds_validate_params()
479 LOG(ERROR, "Invalid VCPU budget of %d (it should be >= 1)", budget); in sched_rtds_validate_params()
485 LOG(ERROR, "VCPU budget must be smaller than or equal to period, " in sched_rtds_validate_params()
A Dlibxl_psr.c123 LOG(ERROR, "%s: %s", feat_name[type], msg); in libxl__psr_alloc_log_err_msg()
437 LOG(ERROR, "failed to get system socket count"); in libxl_psr_set_val()
513 LOG(ERROR, "failed to get system socket count"); in libxl_psr_get_hw_info()
A Dlibxl_arm_acpi.c89 LOG(ERROR, "Unknown GIC version"); in libxl__estimate_madt_size()
328 LOG(ERROR, "Unknown GIC version"); in make_acpi_madt()
382 LOG(DEBUG, "constructing ACPI tables for Xen version %d.%d guest", in libxl__prepare_acpi()
A Dlibxl_console.c444 LOG(ERROR, "channel %d has no name", channel->devid); in libxl__init_console_from_channel()
464 LOG(ERROR, "channel %d has no defined connection; " in libxl__init_console_from_channel()
473 LOG(ERROR, "channel %d has no path", channel->devid); in libxl__init_console_from_channel()
483 LOG(ERROR, "%s: missing implementation for channel connection %d", in libxl__init_console_from_channel()
A Dlibxl_usb.c67 LOG(ERROR, in libxl__device_usbctrl_setdefault()
75 LOG(ERROR, "Number of ports for USB controller is limited to %u", in libxl__device_usbctrl_setdefault()
88 LOG(ERROR, in libxl__device_usbctrl_setdefault()
98 LOG(ERROR, in libxl__device_usbctrl_setdefault()
110 LOG(ERROR, in libxl__device_usbctrl_setdefault()
117 LOG(ERROR, "Illegal USB version"); in libxl__device_usbctrl_setdefault()
945 LOG(ERROR, "fail to get assigned devices"); in get_assigned_devices()
1655 LOG(ERROR, "Couldn't bind %s to %s", intf, SYSFS_USBBACK_DRIVER); in usbback_dev_assign()
/tools/xl/
A Dxl_vmcontrol.c207 LOG("Waiting for %d domains", nr); in wait_for_domain_deaths()
417 LOG("\"xl\" configuration found, using it\n"); in reload_domain_config()
457 LOG("Domain has suspended."); in handle_domain_death()
474 LOG("Action for shutdown reason code %d is %s", in handle_domain_death()
483 LOG("dumping core to %s", corefile); in handle_domain_death()
485 if (rc) LOG("core dump failed (rc=%d).", rc); in handle_domain_death()
549 LOG("Failed to convert time to UTC"); in preserve_domain()
554 LOG("Failed to format time as a string"); in preserve_domain()
560 LOG("Preserving domain %u %s with suffix%s", in preserve_domain()
1132 LOG("Done. Rebooting now"); in create_domain()
[all …]
A Dxl_utils.h55 #define LOG(_f, _a...) dolog(__FILE__, __LINE__, __func__, _f "\n", ##_a) macro

Completed in 87 milliseconds

12