Searched refs:xend (Results 1 – 13 of 13) sorted by relevance
/xen/tools/libxc/ |
A D | xc_cpuid_x86.c | 276 const struct xc_xend_cpuid *xend) in find_leaf() argument 278 const xen_cpuid_leaf_t key = { xend->leaf, xend->subleaf }; in find_leaf() 359 for ( ; xend->leaf != XEN_CPUID_INPUT_UNUSED; ++xend ) in xc_cpuid_xend_policy() 367 ERROR("Missing leaf %#x, subleaf %#x", xend->leaf, xend->subleaf); in xc_cpuid_xend_policy() 377 if ( xend->policy[i] == NULL ) in xc_cpuid_xend_policy() 384 if ( xend->policy[i][j] == '1' ) in xc_cpuid_xend_policy() 386 else if ( xend->policy[i][j] == '0' ) in xc_cpuid_xend_policy() 388 else if ( xend->policy[i][j] == 'x' ) in xc_cpuid_xend_policy() 391 xend->policy[i][j] == 's' ) in xc_cpuid_xend_policy() 396 xend->policy[i][j], i, xend->policy[i]); in xc_cpuid_xend_policy() [all …]
|
/xen/tools/hotplug/NetBSD/rc.d/ |
A D | xencommons.in | 15 rcvar=xend
|
/xen/docs/man/ |
A D | xl-disk-configuration.5.pod | 442 xend and xl from xen 4.1. In future they may print a warning. 469 In xend and old versions of libxl it was necessary to specify the 490 In xend and old versions of libxl it was necessary to specify the 510 Various prefixes were required by xend and older versions of libxl to 528 This is solely for compatibility with xend's syntax for empty cdroms,
|
A D | xl-numa-placement.7.pod | 134 Note that xm/xend does a very similar thing, the only differences being 136 and the lack of support (in both xm/xend and the Xen versions where that 280 This is consistent with what was happening with xm/xend.
|
A D | xen-vbd-interface.7.pandoc | 60 The d*p* syntax is not supported by xm/xend.
|
A D | xl.1.pod.in | 79 Force execution: xl will refuse to run some commands if it detects that xend is 1944 the old Python xend. For compatibility, the following options are
|
A D | xl.cfg.5.pod.in | 674 event channel will not be created. Instead the old xend behaviour of 1978 Two versions of config syntax are recognized: libxl and xend.
|
/xen/tools/examples/ |
A D | README | 17 external-device-migrate - called by xend for migrating external devices
|
/xen/docs/misc/ |
A D | xenpaging.txt | 25 Up to now xenpaging is not integrated into libxl/xend, so it has to be
|
A D | xenstore.txt | 265 INTRODUCE is currently only used by xend (during domain
|
/xen/tools/tests/mce-test/ |
A D | README | 62 2. run system at xen and start xend. A installed guest image is
|
/xen/ |
A D | INSTALL | 121 Build the old qemu used by xm/xend. This is required if existing domUs
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1839 const struct xc_xend_cpuid *xend);
|
Completed in 16 milliseconds