Home
last modified time | relevance | path

Searched refs:domU (Results 1 – 25 of 29) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/console/testsuite/
A DMakefile7 all: console-dom0 console-domU procpipe
10 console-domU: console-domU.o
14 clean: $(RM) *.o console-domU console-dom0 procpipe
A DREADME3 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 Dstubdom.txt29 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 Dkexec_and_kdump.txt10 At this stage it does not work in conjunction with domU kernels.
A Dxen-command-line.markdown785 > `= [<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 Dmodules.conf26 domU = on
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/
A Dinitial_sids16 sid domU
/xen-4.10.0-shim-comet/docs/figs/
A Dnetwork-bridge.fig113 4 0 0 50 -1 0 20 0.0000 4 300 1410 7155 3810 domU e.g.\001
A Dnetwork-basic.fig70 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 Dacpi.txt4 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 Dxen.h812 } 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 Dvioapic.h56 struct hvm_hw_vioapic domU; member
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_resume.c234 start_info->console.domU.mfn = p2m[start_info->console.domU.mfn]; in xc_domain_resume_any()
A Dxc_sr_restore_x86_pv.c195 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 Dxc_dom_x86.c742 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 Dvioapic.c581 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 Dshim.c189 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 DREADME1 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 Dinitial_sids17 sid domU gen_context(system_u:system_r:domU_t,s0)
/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c242 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 Dxen-vtpm.pod.7154 =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 Dxen-pv-channel.pod.776 the sequence of events would be: (assuming a Linux domU)
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dquota.ml27 maxent: int; (* max entities per domU *)
/xen-4.10.0-shim-comet/m4/
A Dpaths.m475 [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]),
/xen-4.10.0-shim-comet/
A DINSTALL102 should be migrated to this host, or if existing domU snapshots should be

Completed in 25 milliseconds

12