/xen-4.10.0-shim-comet/tools/console/testsuite/ |
A D | Makefile | 7 all: console-dom0 console-domU procpipe 10 console-domU: console-domU.o 14 clean: $(RM) *.o console-domU console-dom0 procpipe
|
A D | README | 3 This tool uses two programs, one that lives in dom0 and one that lives in domU 4 to verify that no data is lost. dom0 and domU share a handshake with each 14 console-domU should be installed within the guest image. It must be launched 18 console-dom0 and console-domU will communicate with each other and stress the 27 If it freezes, it probably means that console-domU is expecting more data from
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | stubdom.txt | 29 This replaces pygrub to boot domU images safely: it runs the regular grub 30 inside the created domain itself and uses regular domU facilities to read the 43 - set the path to menu.lst, as seen from the domU, in extra: 50 ramdisk = "/boot/domU-1-menu.lst"
|
A D | kexec_and_kdump.txt | 10 At this stage it does not work in conjunction with domU kernels.
|
A D | xen-command-line.markdown | 785 > `= [<domU number>][,<dom0 number>]` 791 is for dom0. Changing the setting for domU has no impact on dom0 and vice 792 versa. For example to change dom0 without changing domU, use 795 Note that specifying zero as domU value means zero, while for dom0 it means 1207 > `= [<domU>][,[<ctldom>][,[<hwdom>][,<ptdom>]]]`
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | modules.conf | 26 domU = on
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | initial_sids | 16 sid domU
|
/xen-4.10.0-shim-comet/docs/figs/ |
A D | network-bridge.fig | 113 4 0 0 50 -1 0 20 0.0000 4 300 1410 7155 3810 domU e.g.\001
|
A D | network-basic.fig | 70 4 0 0 50 -1 0 20 0.0000 4 300 1410 7155 3810 domU e.g.\001
|
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | acpi.txt | 4 Xen toolstack passes the domU ACPI tables via a reference in the /chosen node of
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | xen.h | 812 } domU; member 836 #define console_mfn console.domU.mfn 837 #define console_evtchn console.domU.evtchn
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | vioapic.h | 56 struct hvm_hw_vioapic domU; member
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_resume.c | 234 start_info->console.domU.mfn = p2m[start_info->console.domU.mfn]; in xc_domain_resume_any()
|
A D | xc_sr_restore_x86_pv.c | 195 pfn = GET_FIELD(guest_start_info, console.domU.mfn, ctx->x86_pv.width); in process_start_info() 211 SET_FIELD(guest_start_info, console.domU.mfn, mfn, ctx->x86_pv.width); in process_start_info() 212 SET_FIELD(guest_start_info, console.domU.evtchn, in process_start_info()
|
A D | xc_dom_x86.c | 742 start_info->console.domU.mfn = xc_dom_p2m(dom, dom->console_pfn); in start_info_x86_32() 743 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_32() 793 start_info->console.domU.mfn = xc_dom_p2m(dom, dom->console_pfn); in start_info_x86_64() 794 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_64()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | vioapic.c | 581 if ( s->nr_pins != ARRAY_SIZE(s->domU.redirtbl) || in ioapic_save() 585 return hvm_save_entry(IOAPIC, 0, h, &s->domU); in ioapic_save() 597 if ( s->nr_pins != ARRAY_SIZE(s->domU.redirtbl) || in ioapic_load() 601 return hvm_load_entry(IOAPIC, h, &s->domU); in ioapic_load() 680 nr_pins = ARRAY_SIZE(domain_vioapic(d, 0)->domU.redirtbl); in vioapic_init()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | shim.c | 189 SET_AND_MAP_PARAM(HVM_PARAM_CONSOLE_EVTCHN, si->console.domU.evtchn, 0); in pv_shim_setup_dom() 191 SET_AND_MAP_PARAM(HVM_PARAM_CONSOLE_PFN, si->console.domU.mfn, in pv_shim_setup_dom() 203 si->console.domU.mfn = console_mfn; in pv_shim_setup_dom() 242 si->console.domU.evtchn = param; in write_start_info() 244 si->console.domU.mfn = virt_to_mfn(consoled_get_ring_addr()); in write_start_info() 246 &si->console.domU.mfn) ) in write_start_info()
|
/xen-4.10.0-shim-comet/tools/pygrub/ |
A D | README | 1 pygrub is a grub-like bootloader for xen. This tool is to use to boot domU images.
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | initial_sids | 17 sid domU gen_context(system_u:system_r:domU_t,s0)
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 242 dom->console_evtchn = start_info.console.domU.evtchn; in kexec() 314 do_exchange(dom, dom->console_pfn, start_info.console.domU.mfn); in kexec()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpm.pod.7 | 154 =head2 Compiling the LINUX domU kernel: 156 The domU kernel used by domains with vtpms must include the xen-tpmfront.ko 277 created the vTPM and the domU; for example, a system that only constructs images 285 command line and initrd into PCR #5 before booting so that a domU booted in this
|
A D | xen-pv-channel.pod.7 | 76 the sequence of events would be: (assuming a Linux domU)
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | quota.ml | 27 maxent: int; (* max entities per domU *)
|
/xen-4.10.0-shim-comet/m4/ |
A D | paths.m4 | 75 [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]),
|
/xen-4.10.0-shim-comet/ |
A D | INSTALL | 102 should be migrated to this host, or if existing domU snapshots should be
|