/xen/tools/examples/ |
A D | README | 8 If you write a useful script and would like to share it, please do 16 cpupool - example configuration script for 'xl cpupool-create' 19 critical sections inside script files 21 vif-bridge - virtual network start/stop script in bridged mode 23 vif-nat - xen virtual network start/stop script in NAT mode 24 vif-route - xen virtual network start/stop script in routed mode 27 xen-script-common.sh - sourced by xen-hotplug-common.sh 30 xlexample.hvm - a configuration script for creating a hvm domain with 32 xlexample.pvlinux - a configuration script for creating a pv domain with
|
A D | cpupool | 3 # This script sets the parameters used when a cpupool is created using 5 # You use a separate script for each cpupool you want to create, or
|
/xen/tools/libxl/ |
A D | libxl_linux.c | 46 char *script, libxl__device *dev) in get_hotplug_env() argument 56 env[nr++] = script; in get_hotplug_env() 112 char *script; in libxl__hotplug_nic() local 118 if (!script) { in libxl__hotplug_nic() 136 *env = get_hotplug_env(gc, script, dev); in libxl__hotplug_nic() 144 (*args)[nr++] = script; in libxl__hotplug_nic() 168 char *script; in libxl__hotplug_disk() local 171 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_disk() 173 if (!script) { in libxl__hotplug_disk() 180 *env = get_hotplug_env(gc, script, dev); in libxl__hotplug_disk() [all …]
|
A D | libxl_freebsd.c | 119 char *script; in libxl__hotplug_nic() local 143 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_nic() 145 if (!script) { in libxl__hotplug_nic() 154 (*args)[nr++] = script; in libxl__hotplug_nic() 170 char *script; in libxl__hotplug_disk() local 173 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_disk() 175 if (!script) { in libxl__hotplug_disk() 184 (*args)[nr++] = script; in libxl__hotplug_disk()
|
A D | libxl_netbsd.c | 39 char *script; in libxl__hotplug() local 42 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug() 44 if (!script) { in libxl__hotplug() 52 (*args)[nr++] = script; in libxl__hotplug()
|
A D | libxl_nic.c | 85 if ( !nic->script && asprintf(&nic->script, "%s/vif-bridge", in libxl__device_nic_setdefault() 134 if (nic->script) in libxl__set_xenstore_nic() 136 libxl__abs_path(gc, nic->script, in libxl__set_xenstore_nic() 300 (const char **)(&nic->script)); in libxl__nic_from_xenstore()
|
A D | libxlu_disk_l.l | 197 script=[^,]*,? { STRIP(','); SAVESTRING("script", script, FROMEQUALS); } 239 &DPC->disk->script, newscript);
|
A D | libxl_disk.c | 241 char *dev = NULL, *script; in device_disk_add() local 327 script = libxl__abs_path(gc, disk->script?: "block", in device_disk_add() 329 flexarray_append_pair(back, "script", script); in device_disk_add() 1113 && disk->script == NULL) { in libxl__device_disk_find_local_path() 1133 if (disk->script && guest_domid != INVALID_DOMID) { in libxl__device_disk_find_local_path() 1195 if (in_disk->script != NULL) in libxl__device_disk_local_initiate_attach() 1196 disk->script = libxl__strdup(gc, in_disk->script); in libxl__device_disk_local_initiate_attach()
|
/xen/automation/gitlab-ci/ |
A D | test.yaml | 9 script: 30 script: 52 script: 74 script: 96 script:
|
/xen/tools/hotplug/Linux/ |
A D | vif-setup.in | 3 if test "$script" 5 exec $script $*
|
A D | xen-hotplug-common.sh.in | 20 . "$dir/xen-script-common.sh" 61 # exit this script if any of the paths is missing. 94 # Write each of the key/value pairs to the store, and exit this script if any
|
A D | external-device-migrate | 32 Pass the following command line parameters to the script:
|
/xen/tools/hotplug/Linux/vif-post.d/ |
A D | 00-vif-local.hook | 5 # This script will be sourced by, e.g., vif-bridge after the hotplugging 6 # system calls vif-bridge. The script is here and not simply executed as 8 # variables set by the calling vif-* script.
|
/xen/m4/ |
A D | depends.m4 | 5 $2="/$3-disabled-in-configure-script" 10 $2="/$3-disabled-in-configure-script"
|
/xen/docs/misc/ |
A D | block-scripts.txt | 14 3. When a user specifies a custom hotplug script. 20 possible include and use the common Xen functionality. If the script 21 is run from the normal block script location (/etc/xen/scripts by 23 the script: 40 argument of the script (i.e. $1). 45 When the script is run, the following nodes shall already have been 58 When the script is run, the following nodes shall already have been 110 block script wants to check to make sure the *major/minor* number 117 script use physical-device if it's present, but if not, to directly
|
/xen/tools/fuzz/ |
A D | README.oss-fuzz | 20 We also provide build script to oss-fuzz. The build script will 22 environment, which has libFuzzEngine installed. The build script is
|
/xen/tools/xl/ |
A D | xl_nic.c | 30 free(nic->script); in set_default_nic_values() 31 nic->script = strdup(default_vifscript); in set_default_nic_values()
|
/xen/automation/build/ |
A D | README.md | 31 specified to the script will be executed within the container from 34 There are several environment variables which the containerize script 65 - CONTAINER_NO_PULL: If set to 1, the script will not pull from docker hub.
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | BIG.FAT.WARNING | 3 kernel configuration script. Please do not bother Savio Lam with
|
/xen/docs/man/ |
A D | xl-network-configuration.5.pod | 98 by the vif-route hotplug script. See L<wiki|https://wiki.xenproject.org/wiki/Vif-route> for guidanc… 168 =head2 script section 170 Specifies the hotplug script to run to configure this device (e.g. to 172 C<XEN_SCRIPT_DIR/vif-bridge> but can be set to any script. Some example 181 What, if any, effect this has depends on the hotplug script which is
|
A D | xl.conf.5.pod | 104 =item B<vif.default.script="PATH"> 106 Configures the default hotplug script used by virtual network devices. 134 Configures the default script used by Remus to setup network buffering. 140 Configures the default script used by COLO to setup colo-proxy.
|
A D | xl-disk-configuration.5.pod | 256 =item B<script>=I<SCRIPT> 476 =item B<script> 482 Specifies the script (deprecated) 491 "script" (see above) with a prefix. For compatibility, these four 492 prefixes are recognised as specifying the corresponding script. They 493 are equivalent to C<script=block-SCRIPT>.
|
/xen/docs/ |
A D | configure.ac | 2 # Process this file with autoconf to produce a configure script.
|
/xen/ |
A D | configure.ac | 2 # Process this file with autoconf to produce a configure script.
|
/xen/tools/hotplug/FreeBSD/ |
A D | Makefile | 21 uninstall: uninstall-script uninstall-rcd
|