Home
last modified time | relevance | path

Searched refs:pv (Results 1 – 25 of 31) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/blktap2/lvm/
A Dlvm-util.c65 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 Dconsole.txt7 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 Dvtpm-platforms.txt53 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 Dstubdom.txt39 - use pv-grub.gz as kernel:
41 kernel = "pv-grub.gz"
A Dprintk-formats.txt31 %pv Domain and vCPU ID from a 'struct vcpu *' (printed as
A Dvtd.txt48 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 Dxen-command-line.markdown368 > `= 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 Dlvm-util.h52 struct pv { struct
62 struct pv *pvs; argument
/xen-4.10.0-shim-comet/tools/python/scripts/
A Dconvert-legacy-stream22 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 Dlibxl_x86.c258 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 Dlibxl_create.c369 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 Dgen-cpuid.py29 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 Dxc_cpuid_x86.c96 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 Dconfigure.ac24 AX_STUBDOM_DEFAULT_ENABLE([pv-grub], [grub])
A DMakefile576 .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 Dconfigure1342 --disable-pv-grub Build and install pv-grub (default is ENABLED)
/xen-4.10.0-shim-comet/tools/examples/
A DREADME39 xmexample.pv-grub - a configuration script for creating a domain with 'xm create'
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c1669 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 Ddomain.c1346 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 DMakefile8 subdir-$(CONFIG_PV) += pv
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_sxp.c149 libxl_defbool_to_string(b_info->u.pv.e820_host)); in printf_info_sexp()
A Dxl_parse.c1881 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 DMakefile65 XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom pv-grub
A DINSTALL156 --disable-pv-grub
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vtpm.pod.7281 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

Completed in 79 milliseconds

12