/xen-4.10.0-shim-comet/tools/blktap2/lvm/ |
A D | lvm-util.c | 65 struct pv *pv; in lvm_parse_pv() local 67 pv = NULL; in lvm_parse_pv() 76 pv = vg->pvs + i; in lvm_parse_pv() 78 if (!pv->name[0]) in lvm_parse_pv() 81 if (!strcmp(pv->name, name)) in lvm_parse_pv() 85 if (!pv) in lvm_parse_pv() 91 err = lvm_copy_name(pv->name, name, sizeof(pv->name) - 1); in lvm_parse_pv() 95 pv->start = start; in lvm_parse_pv() 315 struct pv *pv; in main() local 333 pv = vg.pvs + i; in main() [all …]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | console.txt | 7 Xen traditionally provided a single pv console to pv guests, storing the 10 Now many years after the introduction of the pv console we have 11 multiple pv consoles support for pv and hvm guests; multiple pv 124 By default xl creates a pv console for hvm guests, plus an emulated 129 currently no bootloaders support xen pv consoles so the only way to 134 then execute "xl console -t pv <domain>" to connect to it. 141 output from the stubdom to dom0. The pv console backend for stubdom's pv 142 consoles is always ioemu because multiple pv consoles support is a 145 can only have one pv console with xenstored as backend (the stubdom 146 could provide pv console backends to the hvm guest but then it would [all …]
|
A D | vtpm-platforms.txt | 53 kernel="/usr/lib/xen/boot/pv-grub-x86_64.gz" 60 kernel="/usr/lib/xen/boot/pv-grub-x86_64.gz" 94 vtpmmgr domain. The two guest domains may be instantiated using pv-grub or 123 a pair of domains using an unused XSM user field: a vTPM and a pv-grub domain 129 In order to use pv-grub to obtain measurements of the guest kernel in PCRs 4 and 132 guest, as described above, and using the --vtpm-label= argument to pv-grub so 134 the hardware domain, which cannot use pv-grub, to use a vTPM in this situation,
|
A D | stubdom.txt | 39 - use pv-grub.gz as kernel: 41 kernel = "pv-grub.gz"
|
A D | printk-formats.txt | 31 %pv Domain and vCPU ID from a 'struct vcpu *' (printed as
|
A D | vtd.txt | 48 Xen with pv-ops dom0: 56 (change 2.6.30-rc3-tip to pv-ops dom0 version when it's updated in future) 60 title Xen-Fedora Core (pv-ops)
|
A D | xen-command-line.markdown | 368 > `= List of [ vga | com1[H,L] | com2[H,L] | pv | dbgp | none ]` 384 `pv` indicates that Xen should use Xen's PV console. This option is 385 only available when used together with `pv-in-pvh`. 689 This option doesn't have effect if pv-shim mode is enabled. 1431 ### pv-linear-pt 1450 ### pv-shim (x86) 1464 Set the amount of memory that xen-shim uses. Only has effect if pv-shim mode is
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | lvm-util.h | 52 struct pv { struct 62 struct pv *pvs; argument
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 22 pv = None # Boolean (pv or hvm) variable 84 if pv: 157 if pv: 588 if pv: 594 if pv: 602 if not pv and (vm.libxl or qemu): 653 global fin, fout, twidth, pv, qemu, verbose 710 pv = opts.gtype == "pv"
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_x86.c | 258 b_info->u.pv.slack_memkb); in e820_host_sanitize() 275 if (!libxl_defbool_val(b_info->u.pv.e820_host)) in libxl__e820_alloc() 302 d_config->b_info.u.pv.slack_memkb)); in libxl__arch_domain_create() 351 libxl_defbool_val(d_config->b_info.u.pv.e820_host)) { in libxl__arch_domain_create() 417 libxl_defbool_val(b_info->u.pv.e820_host))) in libxl__arch_vnuma_build_vmemrange()
|
A D | libxl_create.c | 369 if (b_info->u.pv.slack_memkb == LIBXL_MEMKB_DEFAULT) in libxl__domain_build_info_setdefault() 370 b_info->u.pv.slack_memkb = 0; in libxl__domain_build_info_setdefault() 378 if (!b_info->kernel && b_info->u.pv.kernel) { in libxl__domain_build_info_setdefault() 379 b_info->kernel = b_info->u.pv.kernel; in libxl__domain_build_info_setdefault() 380 b_info->u.pv.kernel = NULL; in libxl__domain_build_info_setdefault() 382 if (!b_info->ramdisk && b_info->u.pv.ramdisk) { in libxl__domain_build_info_setdefault() 383 b_info->ramdisk = b_info->u.pv.ramdisk; in libxl__domain_build_info_setdefault() 384 b_info->u.pv.ramdisk = NULL; in libxl__domain_build_info_setdefault() 386 if (!b_info->cmdline && b_info->u.pv.cmdline) { in libxl__domain_build_info_setdefault() 387 b_info->cmdline = b_info->u.pv.cmdline; in libxl__domain_build_info_setdefault() [all …]
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 29 self.pv = [] 135 state.pv = featureset_to_uint32s(state.raw_pv, nr_entries) 351 format_uint32s(state.pv, 4),
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_cpuid_x86.c | 96 pv[FEATURESET_NR_ENTRIES] = INIT_PV_FEATURES, in xc_get_static_cpu_featuremask() local 103 BUILD_BUG_ON(ARRAY_SIZE(pv) != FEATURESET_NR_ENTRIES); in xc_get_static_cpu_featuremask() 117 return pv; in xc_get_static_cpu_featuremask()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | configure.ac | 24 AX_STUBDOM_DEFAULT_ENABLE([pv-grub], [grub])
|
A D | Makefile | 576 .PHONY: pv-grub 577 pv-grub: mini-os-$(XEN_TARGET_ARCH)-grub libxc grub 601 install-grub: pv-grub 641 rm -f $(DESTDIR)$(XENFIRMWAREDIR)/pv-grub-$(XEN_TARGET_ARCH).gz
|
A D | configure | 1342 --disable-pv-grub Build and install pv-grub (default is ENABLED)
|
/xen-4.10.0-shim-comet/tools/examples/ |
A D | README | 39 xmexample.pv-grub - a configuration script for creating a domain with 'xm create'
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 1669 struct pv_data pv; member 6328 pv->trap_count[trapnr]++; in pv_trap_process() 6419 void pv_summary(struct pv_data *pv) { in pv_summary() argument 6422 if(!pv->summary_info) in pv_summary() 6429 count = pv->count[i]; in pv_summary() 6604 struct pv_data *pv = &v->pv; in pv_process() local 6612 pv->summary_info=1; in pv_process() 6617 pv->count[pevt.minor]++; in pv_process() 6626 pv_trap_process(ri, pv); in pv_process() 6639 pv_generic_process(ri, pv); in pv_process() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domain.c | 1346 struct pv_vcpu *pv = &n->arch.pv_vcpu; in load_segments() local 1350 ? regs->rsp : pv->kernel_sp) & ~0xf); in load_segments() 1363 (unsigned int *)pv->kernel_sp; in load_segments() 1400 regs->eip = pv->failsafe_callback_eip; in load_segments() 1439 regs->rip = pv->failsafe_callback_eip; in load_segments()
|
A D | Makefile | 8 subdir-$(CONFIG_PV) += pv
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_sxp.c | 149 libxl_defbool_to_string(b_info->u.pv.e820_host)); in printf_info_sexp()
|
A D | xl_parse.c | 1881 xlu_cfg_get_defbool(config, "e820_host", &b_info->u.pv.e820_host, 0); in parse_config_data() 1919 libxl_defbool_set(&b_info->u.pv.e820_host, true); in parse_config_data()
|
/xen-4.10.0-shim-comet/ |
A D | Makefile | 65 XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom pv-grub
|
A D | INSTALL | 156 --disable-pv-grub
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpm.pod.7 | 281 often started using the pv-grub bootloader as the kernel, which then can load 283 in dom0. If the pv-grub stub domain succeeds in connecting to a vTPM, it will
|