/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 38 #define DEBUG(fmt, ...) printk(fmt, ## __VA_ARGS__) 40 #define DEBUG(fmt, ...) (void)0 macro 226 DEBUG("booting with cmdline %s\n", cmdline); in kexec() 319 DEBUG("_boot_target %lx\n", _boot_target); in kexec() 375 DEBUG("day0 pages %lx\n", allocated); in kexec() 376 DEBUG("boot target page %lx\n", _boot_target); in kexec() 377 DEBUG("boot page %p\n", &_boot_page); in kexec() 378 DEBUG("boot page mfn %lx\n", boot_page_mfn); in kexec() 385 DEBUG("boot pd mfn %lx\n", _boot_pdmfn); in kexec() 387 DEBUG("boot stack %lx\n", _boot_stack); in kexec() [all …]
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig.debug | 4 config DEBUG config 14 if DEBUG || EXPERT = "y" 25 default DEBUG 110 default DEBUG 125 default DEBUG 140 endif # DEBUG || EXPERT
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm.c | 87 LOG(DEBUG, "Configure the domain"); in libxl__arch_domain_prepare_config() 90 LOG(DEBUG, " - Allocate %u SPIs", nr_spis); in libxl__arch_domain_prepare_config() 321 LOG(DEBUG, "/chosen/bootargs = %s", state->pv_cmdline); in make_chosen_node() 441 LOG(DEBUG, "Creating placeholder node /%s", name); in make_memory_nodes() 676 LOGE(DEBUG, "cannot open %s for LIBXL_DEBUG_DUMP_DTB", dtb); in debug_dump_fdt() 865 LOG(DEBUG, "constructing DTB for Xen version %d.%d guest", in libxl__prepare_dtb() 964 LOG(DEBUG, "fdt total size %d", fdt_totalsize(fdt)); in libxl__prepare_dtb() 1005 LOG(DEBUG, "Generating ACPI tables is disabled by user."); in libxl__arch_domain_init_hw_description() 1033 LOG(DEBUG, "Nopping out placeholder node %s", name); in finalise_one_node() 1039 LOG(DEBUG, "Populating placeholder node %s", name); in finalise_one_node() [all …]
|
A D | libxl_dom_suspend.c | 80 LOGD(DEBUG, domid, "Saving device model state to %s", filename); in libxl__domain_suspend_device_model() 155 LOGD(DEBUG, domid, "issuing %s suspend request via event channel", in domain_suspend_callback_common() 177 LOGD(DEBUG, domid, "Calling xc_domain_shutdown on HVM domain"); in domain_suspend_callback_common() 190 LOGD(DEBUG, domid, "issuing %s suspend request via XenBus control node", in domain_suspend_callback_common() 273 LOGD(DEBUG, dsps->domid, "guest acknowledged suspend request"); in domain_suspend_common_pvcontrol_suspending() 292 LOGD(DEBUG, dsps->domid, "wait for the guest to suspend"); in domain_suspend_common_wait_guest() 345 LOGD(DEBUG, domid, "guest we were suspending has shut down" in suspend_common_wait_guest_check() 350 LOGD(DEBUG, domid, "guest has suspended"); in suspend_common_wait_guest_check()
|
A D | libxl_device.c | 325 LOG(DEBUG, "Disk vdev=%s, backend %s unsuitable due to format %s", in disk_try_backend() 337 LOG(DEBUG, "Disk vdev=%s, backend %s not compatible with colo", in disk_try_backend() 364 LOG(DEBUG, "Disk vdev=%s spec.backend=%s", disk->vdev, in libxl__device_disk_set_backend() 398 LOG(DEBUG, "Disk vdev=%s, using backend %s", in libxl__device_disk_set_backend() 1119 LOGD(DEBUG, aodev->dev->domid, in device_hotplug() 1167 LOGD(DEBUG, aodev->dev->domid, "extra args:"); in device_hotplug() 1173 LOGD(DEBUG, aodev->dev->domid, "\t%s", arg); in device_hotplug() 1175 LOGD(DEBUG, aodev->dev->domid, "env:"); in device_hotplug() 1182 LOGD(DEBUG, aodev->dev->domid, "\t%s: %s", k, v); in device_hotplug() 1418 LOG(DEBUG, "device %s %s %s", in device_complete() [all …]
|
A D | libxl_bootloader.c | 139 LOGD(DEBUG, domid, "bootloader output contained %s %s", prefix, rhs); in bootloader_result_command() 328 LOGD(DEBUG, domid, "not a PV/PVH domain, skipping bootloader"); in libxl__bootloader_run() 334 LOGD(DEBUG, domid, in libxl__bootloader_run() 421 LOGD(DEBUG, bl->domid, in bootloader_disk_attached_cb() 439 LOGD(DEBUG, bl->domid, in bootloader_disk_attached_cb() 443 LOGD(DEBUG, bl->domid, in bootloader_disk_attached_cb() 553 LOGD(DEBUG, bl->domid, "executing bootloader: %s", bl->args[0]); in bootloader_gotptys() 557 LOGD(DEBUG, bl->domid, " bootloader arg: %s", *blarg); in bootloader_gotptys() 655 LOGD(DEBUG, bl->domid, "bootloader completed"); in bootloader_finished() 668 LOGD(DEBUG, bl->domid, "bootloader execution successful"); in bootloader_finished()
|
A D | libxl_event.c | 25 #ifdef DEBUG 338 #ifdef DEBUG in time_done_debug() 686 LOG(DEBUG, "watch w=%p: deregister unregistered", w); in libxl__ev_xswatch_deregister() 1397 LOG(DEBUG,"event %p callback type=%s", in egc_run_callbacks() 1418 LOG(DEBUG,"ao %p: completion callback", ao); in egc_run_callbacks() 1838 LOG(DEBUG,"ao %p: destroy",ao); in libxl__ao__destroy() 1848 LOG(DEBUG,"ao %p: create fail",ao); in libxl__ao_create_fail() 1869 LOG(DEBUG,"ao %p: complete, rc=%d",ao,rc); in libxl__ao_complete() 1908 LOG(DEBUG, "ao %p: complete for callback", ao); in libxl__ao_complete_check_progress_reports() 2184 LOG(DEBUG,"ao %p: progress report: ignored",ao); in libxl__ao_progress_report() [all …]
|
A D | libxl_linux.c | 185 LOGD(DEBUG, dev->domid, "Args and environment ready"); in libxl__hotplug_disk() 202 LOGD(DEBUG, dev->domid, in libxl__get_hotplug_script_info() 216 LOGD(DEBUG, dev->domid, in libxl__get_hotplug_script_info() 225 LOGD(DEBUG, dev->domid, in libxl__get_hotplug_script_info()
|
A D | libxl_test_timedereg.c | 37 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 D | libxl_netbsd.c | 73 LOGD(DEBUG, dev->domid, in libxl__get_hotplug_script_info() 91 LOGD(DEBUG, dev->domid, in libxl__get_hotplug_script_info()
|
A D | libxl_disk.c | 911 LOG(DEBUG, "Non-local backend, can't access locally.\n"); in libxl__device_disk_find_local_path() 922 LOG(DEBUG, "Directly accessing local RAW disk %s", path); in libxl__device_disk_find_local_path() 932 LOG(DEBUG, "Directly accessing local QDISK target %s", path); in libxl__device_disk_find_local_path() 945 LOGD(DEBUG, guest_domid, in libxl__device_disk_find_local_path() 957 LOGD(DEBUG, guest_domid, "Attempting to read node %s", pdpath); in libxl__device_disk_find_local_path() 961 LOGD(DEBUG, guest_domid, "Accessing cooked block device %s", path); in libxl__device_disk_find_local_path() 988 LOG(DEBUG, "Strange, dls->diskpath already set: %s", dls->diskpath); in libxl__device_disk_local_initiate_attach() 990 LOG(DEBUG, "Trying to find local path"); in libxl__device_disk_local_initiate_attach() 995 LOG(DEBUG, "Local path found, executing callback."); in libxl__device_disk_local_initiate_attach() 998 LOG(DEBUG, "Local path not found, initiating attach."); in libxl__device_disk_local_initiate_attach() [all …]
|
A D | libxl_domain.c | 147 LOGD(DEBUG, domid, in libxl__domain_rename() 690 LOGD(DEBUG, evg->domid, "%s", why); in domain_death_occurred() 730 LOGD(DEBUG, evg->domid, "[evg=%p] nentries=%d rc=%d %ld..%ld", in domain_death_xswatch_callback() 737 LOG(DEBUG, "[evg=0] all reported"); in domain_death_xswatch_callback() 741 LOGD(DEBUG, evg->domid, "[evg=%p]" in domain_death_xswatch_callback() 752 LOG(DEBUG, " got==gotend"); in domain_death_xswatch_callback() 769 LOGD(DEBUG, evg->domid, "Exists shutdown_reported=%d"" dominf.flags=%x", in domain_death_xswatch_callback() 782 LOG(DEBUG, " shutdown reporting"); in domain_death_xswatch_callback() 799 LOG(DEBUG, "domain death search done"); in domain_death_xswatch_callback() 1138 LOGD(DEBUG, domid, "Forked pid %ld for destroy of domain", (long)rc); in devices_destroy_cb() [all …]
|
A D | libxl_xshelp.c | 297 LOGE(DEBUG, "unable to remove path %s", path); in libxl__xs_path_cleanup() 314 LOGE(DEBUG, "unable to remove path %s", path); in libxl__xs_path_cleanup()
|
A D | libxl_aoutils.c | 88 LOG(DEBUG, "%s: xswait timeout (path=%s)", xswa->what, xswa->path); in xswait_timeout_callback() 196 LOG(DEBUG, "received POLLHUP on fd %d: %s during copy of %s", in datacopier_pollhup_handled() 593 LOG(DEBUG, "forking to execute: %s ", aes->what); in libxl__async_exec_start()
|
A D | libxl.c | 719 LOG(DEBUG, "fnctl F_GETFL flags for fd %d are 0x%x", fd, fdfl); in libxl__fd_flags_modify_save() 727 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_modify_save() 746 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_restore()
|
A D | libxl_qmp.c | 34 LOGD(DEBUG, dom, "received: '%.*s'", len, buf) 296 LOGD(DEBUG, qmp->domid, "message type: %s", libxl__qmp_message_type_to_string(type)); in qmp_handle_response() 556 LOGD(DEBUG, qmp->domid, "next qmp command: '%s'", buf); in qmp_send_prepare() 707 LOGD(DEBUG, domid, "connected to %s", qmp_socket); in libxl__qmp_initialize()
|
A D | libxl_dm.c | 776 LOG(DEBUG, \ 1658 LOGD(DEBUG, guest_domid, in libxl__build_device_model_args_new() 1688 LOGD(DEBUG, guest_domid, "using uid %ld", (long)intended_uid); in libxl__build_device_model_args_new() 2334 LOGD(DEBUG, domid, "Spawning device-model %s with arguments:", dm); in libxl__spawn_local_dm() 2336 LOGD(DEBUG, domid, " %s", *arg); in libxl__spawn_local_dm() 2338 LOGD(DEBUG, domid, "Spawning device-model %s with additional environment:", dm); in libxl__spawn_local_dm() 2340 LOGD(DEBUG, domid, " %s=%s", arg[0], arg[1]); in libxl__spawn_local_dm() 2547 LOG(DEBUG, "Device Model signaled"); in kill_device_model()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.c | 281 #ifdef DEBUG 581 #ifdef DEBUG 632 #ifdef DEBUG 710 #ifdef DEBUG 731 #ifdef DEBUG 756 #ifdef DEBUG 783 #ifdef DEBUG 791 #ifdef DEBUG 798 #ifdef DEBUG 812 #ifdef DEBUG [all …]
|
A D | vbe.c | 792 #ifdef DEBUG 814 #ifdef DEBUG 875 #ifdef DEBUG 882 #ifdef DEBUG 918 #ifdef DEBUG 936 #ifdef DEBUG 968 #ifdef DEBUG 1022 #ifdef DEBUG 1052 #ifdef DEBUG 1181 #ifdef DEBUG [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/ |
A D | ovmf-makefile | 5 TARGET=DEBUG
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 716 runner = ImmediateTestRunner(verbosity=VERBOSE, debug=DEBUG, 773 runner(files, test_filter, DEBUG) 784 runner(files, test_filter, DEBUG) 818 global DEBUG 846 DEBUG = False # Don't collect test results; simply let tests crash 905 DEBUG = True 907 DEBUG = True
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | vhd.h | 35 #define DEBUG 1 macro
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | gunzip.c | 39 #ifdef DEBUG
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/ |
A D | op.ml | 51 | Debug -> "DEBUG"
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore.txt | 312 DEBUG print|<string>|?? sends <string> to debug log 313 DEBUG print|<thing-with-no-nul> EINVAL 314 DEBUG check|?? checks xenstored innards 315 DEBUG <anything-else|> no-op (future extension)
|