/xen/automation/gitlab-ci/ |
A D | test.yaml | 10 …CI_COMMIT_SHA}} ./automation/gitlab-ci/build-each-commit.sh 2>&1 | tee ../build-each-commit-gcc.log 11 - mv ../build-each-commit-gcc.log . 14 - '*.log' 31 - ./automation/scripts/qemu-smoke-x86-64.sh pv 2>&1 | tee qemu-smoke-x86-64.log 35 - '*.log' 53 - ./automation/scripts/qemu-smoke-x86-64.sh pv 2>&1 | tee qemu-smoke-x86-64.log 57 - '*.log' 75 - ./automation/scripts/qemu-smoke-x86-64.sh pvh 2>&1 | tee qemu-smoke-x86-64.log 79 - '*.log' 97 - ./automation/scripts/qemu-smoke-x86-64.sh pvh 2>&1 | tee qemu-smoke-x86-64.log [all …]
|
/xen/tools/ocaml/xenstored/ |
A D | oxenstored.conf.in | 70 # xenstored-log-file = @XEN_LOG_DIR@/xenstored.log 71 # xenstored-log-level = null 72 # xenstored-log-nb-files = 10 75 # access-log-file = @XEN_LOG_DIR@/xenstored-access.log 76 # access-log-nb-lines = 13215 77 # acesss-log-nb-chars = 180 78 # access-log-special-ops = false
|
A D | xenstored.ml | 108 ("xenstored-log-file", Config.String Logging.set_xenstored_log_destination); 109 ("xenstored-log-level", Config.String 111 ("xenstored-log-nb-files", Config.Set_int Logging.xenstored_log_nb_files); 112 ("xenstored-log-nb-lines", Config.Set_int Logging.xenstored_log_nb_lines); 113 ("xenstored-log-nb-chars", Config.Set_int Logging.xenstored_log_nb_chars); 114 ("access-log-file", Config.String Logging.set_access_log_destination); 115 ("access-log-nb-files", Config.Set_int Logging.access_log_nb_files); 116 ("access-log-nb-lines", Config.Set_int Logging.access_log_nb_lines); 117 ("access-log-nb-chars", Config.Set_int Logging.access_log_nb_chars); 118 ("access-log-read-ops", Config.Set_bool Logging.access_log_read_ops); [all …]
|
A D | logging.ml | 35 (* The prefix of a log line depends on the log destination *) 133 (* We can defer to syslog for log management *) 137 avoid this cost given that we are not a mobile environment and we log 154 Syslog.log facility level s in 157 let xenstored_log_destination = ref (File (Paths.xen_log_dir ^ "/xenstored.log")) 266 let access_log_destination = ref (File (Paths.xen_log_dir ^ "/xenstored-access.log"))
|
A D | parse_arg.ml | 51 ("--no-access-log", Arg.Unit (fun () -> activate_access_log := false), 52 "do not create a xenstore-access.log file");
|
/xen/tools/hotplug/Linux/ |
A D | xen-hotplug-common.sh.in | 23 exec 2>>@XEN_LOG_DIR@/xen-hotplug.log 33 log err "$@" 47 "$@" 2>/dev/null || log debug "$@ failed" 87 log debug "Writing $@ to xenstore." 112 log debug "$@" "XENBUS_PATH=$XENBUS_PATH"
|
A D | vif-common.sh | 29 log err "Invalid command: $command" 53 log err "unknown interface type $type_if" 171 log err "iptables setup failed. This may affect guest networking."
|
A D | block-common.sh | 26 log err "Invalid command: $command" 38 log err "$@"
|
A D | colo-proxy-setup | 12 log err "Invalid command: $command" 29 log err "Invalid mode: $mode" 143 log debug "Successful colo-proxy-setup $command for $vifname." \ 146 log debug "Successful colo-proxy-setup $command for $vifname." \
|
A D | logging.sh | 17 log() { function
|
A D | vif-nat | 165 log debug "${dev} already up" 186 log debug "Successful vif-nat $command for ${dev}."
|
A D | remus-netbuf-setup | 85 log err "Invalid command: $command" 230 log debug "Successful remus-netbuf-setup $command for $vifname, ifb $REMUS_IFB."
|
A D | vif-route | 64 log debug "Successful vif-route ${command} for ${dev}."
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 305 BUG_ON(!iommu || ((log != &iommu->event_log) && (log != &iommu->ppr_log))); in iommu_read_log() 307 spin_lock(&log->lock); in iommu_read_log() 320 while ( tail != log->head ) in iommu_read_log() 322 uint32_t *entry = log->buffer + log->head; in iommu_read_log() 352 log->head += entry_size; in iommu_read_log() 353 if ( log->head == log->size ) in iommu_read_log() 354 log->head = 0; in iommu_read_log() 361 spin_unlock(&log->lock); in iommu_read_log() 374 BUG_ON(!iommu || ((log != &iommu->event_log) && (log != &iommu->ppr_log))); in iommu_reset_log() 376 run_bit = ( log == &iommu->event_log ) ? in iommu_reset_log() [all …]
|
A D | iommu_guest.c | 142 ppr_entry_t *log; in guest_iommu_add_ppr_log() local 166 log = map_domain_page(_mfn(mfn)) + (tail & ~PAGE_MASK); in guest_iommu_add_ppr_log() 172 memcpy(log, entry, sizeof(ppr_entry_t)); in guest_iommu_add_ppr_log() 183 unmap_domain_page(log); in guest_iommu_add_ppr_log() 192 event_entry_t *log; in guest_iommu_add_event_log() local 216 log = map_domain_page(_mfn(mfn)) + (tail & ~PAGE_MASK); in guest_iommu_add_event_log() 221 memcpy(log, entry, sizeof(event_entry_t)); in guest_iommu_add_event_log() 232 unmap_domain_page(log); in guest_iommu_add_event_log()
|
/xen/tools/hotplug/Linux/systemd/ |
A D | xenconsoled.service.in | 15 ExecStart=@sbindir@/xenconsoled -i --log=${XENCONSOLED_TRACE} --log-dir=${XENCONSOLED_LOG_DIR} $XEN…
|
/xen/stubdom/vtpmmgr/ |
A D | README.source | 10 log.c 11 log.h
|
A D | Makefile | 15 OBJS=vtpmmgr.o vtpm_cmd_handler.o init.o tpmrsa.o tpm.o tpm2.o log.o
|
/xen/tools/debugger/kdd/ |
A D | kdd-xen.c | 59 FILE *log; member 563 fprintf(g->log, "libxc[%s:%i:%i]: ", context ? : "?", level, errnoval); in kdd_xc_log() 564 vfprintf(g->log, format, al); in kdd_xc_log() 565 fprintf(g->log, "\n"); in kdd_xc_log() 566 (void) fflush(g->log); in kdd_xc_log() 571 kdd_guest *kdd_guest_init(char *arg, FILE *log, int verbosity) in kdd_guest_init() argument 581 g->log = log; in kdd_guest_init()
|
A D | kdd.h | 471 extern kdd_guest *kdd_guest_init(char *arg, FILE *log, int verbosity); 511 fprintf((_s)->log, (_fmt), ##_a); \ 512 (void) fflush((_s)->log); \
|
/xen/tools/tests/mce-test/ |
A D | README | 45 results/<test_case>/testlog #the test log during testing 47 results/<test_case>/xenlog #Xen log during testing 48 results/<test_case>/gklog #VM guest kernel log during testing
|
/xen/docs/ |
A D | support-matrix-generate | 130 git >&4 log -n1 --pretty=tformat:' 146 search_commit=$(git log --pretty=format:%H -n1 \
|
/xen/tools/xenstore/ |
A D | xenstored_core.c | 89 #define log(...) \ macro 1724 log("check_store: ENOMEM"); in check_store_() 1735 log("check_store: ENOMEM"); in check_store_() 1743 log("check_store: '%s' is duplicated!", in check_store_() 1755 log("check_store: ENOMEM"); in check_store_() 1773 log("check_store: ENOMEM"); in check_store_() 1792 log("check_store: ENOMEM"); in check_store_() 1811 log("clean_store: ENOMEM"); in clean_store_() 1850 log("check_store: ENOMEM"); in check_store() 1854 log("Checking store ..."); in check_store() [all …]
|
/xen/docs/misc/ |
A D | hvm-emulated-unplug.pandoc | 6 * Getting log messages out of the drivers and into dom0. 47 Once the drivers have checked the magic number, they can send log 49 (`/var/log/xen/qemu-dm.log` on normal Xen, dom0 syslog on XenServer).
|
/xen/ |
A D | .travis.yml | 83 - cat tools/config.log 84 - cat docs/config.log
|