/xen/tools/ocaml/test/ |
A D | Makefile | 9 -I $(OCAML_TOPLEVEL)/libs/xl 17 -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xl $(OCAML_TOPLEVEL)/libs/xl/xenlight.cmxa 23 -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xl $(OCAML_TOPLEVEL)/libs/xl/xenlight.cmxa 29 -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xl $(OCAML_TOPLEVEL)/libs/xl/xenlight.cmxa 35 -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xl $(OCAML_TOPLEVEL)/libs/xl/xenlight.cmxa 41 -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xl $(OCAML_TOPLEVEL)/libs/xl/xenlight.cmxa
|
/xen/tools/xl/ |
A D | bash-completion | 1 # Copy this file to /etc/bash_completion.d/xl.sh 7 local cur opts xl 10 xl=xl 13 …opts=`${xl} help 2>/dev/null | sed '1,4d' | awk '/^ [^ ]/ {print $1}' | sed 's/$/ ,/g'` && COMPREP… 20 complete -F _xl -o nospace -o default xl
|
A D | Makefile | 19 XL_OBJS = xl.o xl_cmdtable.o xl_sxp.o xl_utils.o $(XL_OBJS-y) 37 all: xl 39 xl: $(XL_OBJS) target 46 $(INSTALL_PROG) xl $(DESTDIR)$(sbindir) 47 $(INSTALL_DATA) bash-completion $(DESTDIR)$(BASH_COMPLETION_DIR)/xl.sh 51 rm -f $(DESTDIR)$(BASH_COMPLETION_DIR)/xl.sh 52 rm -f $(DESTDIR)$(sbindir)/xl 56 $(RM) -f *.o xl _paths.h $(DEPS_RM)
|
/xen/xen/arch/arm/arm32/lib/ |
A D | div64.S | 18 #define xl r1 macro 22 #define xl r0 macro 96 cmpeq xl, r4 97 movlo xh, xl 104 4: movs xl, xl, lsl #1 118 cmp xl, #0 127 mov xl, xl, lsl xh 132 7: movs xl, xl, lsl #1 178 mov yl, xl, lsr ip 183 mov xh, xl, lsl ip [all …]
|
/xen/tools/libxl/ |
A D | check-xl-vcpupin-parse | 5 if [ -x ./xl ] ; then 7 XL=./xl 9 XL=xl 12 fprefix=tmp.check-xl-vcpupin-parse 13 outfile=check-xl-vcpupin-parse.data 141 nr_cpus=`xl info | grep nr_cpus | cut -f2 -d':'` 142 nr_nodes=`xl info | grep nr_nodes | cut -f2 -d':'` 143 nr_cpus_per_node=`xl info -n | sed '/cpu:/,/numa_info/!d' | head -n -1 | \
|
A D | check-xl-disk-parse | 5 if [ -x ./xl ] ; then 7 XL=./xl 9 XL=xl 12 fprefix=tmp.check-xl-disk-parse
|
A D | check-xl-vif-parse | 5 if [ -x ./xl ] ; then 7 XL=./xl 9 XL=xl 12 fprefix=tmp.check-xl-vif-parse
|
/xen/docs/misc/ |
A D | xl-psr.pandoc | 24 ### xl interfaces 28 `xl psr-cmt-attach <domid>` 37 `xl psr-cmt-detach <domid>` 44 `xl psr-hwinfo --cmt` 102 ### xl interfaces 106 `xl psr-hwinfo --cat` 181 `xl psr-cat-set -c <domid> <cbm>` 184 `xl psr-cat-set -d <domid> <cbm>` 187 `xl psr-cat-set <domid> <cbm>` 227 ### xl interfaces [all …]
|
A D | vtpm-platforms.txt | 18 xl from the command line on domain 0. 68 # xl create vtpmmgr.cfg 69 # xl create vtpm-guest1.cfg 70 # xl create guest1.cfg 104 # xl block-attach guest1 'backendtype=phy,backend=hardware,vdev=xvda,access=w,target=/dev/lvm/guest… 106 # xl vtpm-attach vtpm-hw uuid=062b6416-ed46-492a-9e65-a2f92dc07f7f backend=vtpmmgr 107 # xl vtpm-attach vtpm-g1 uuid=e9aa9d0f-ece5-4b84-b129-93004ba61a5f backend=vtpmmgr 108 # xl vtpm-attach vtpm-g2 uuid=3fb2caf0-d305-4516-96c7-420618d98efb backend=vtpmmgr 109 # xl vtpm-attach hardware uuid=062b6416-ed46-492a-9e65-a2f92dc07f7f backend=vtpm-hw 110 # xl vtpm-attach guest1 uuid=e9aa9d0f-ece5-4b84-b129-93004ba61a5f backend=vtpm-g1 [all …]
|
/xen/tools/tests/x86_emulator/ |
A D | blowfish.c | 332 static void Blowfish_Encrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Encrypt() argument 338 Xl = *xl; in Blowfish_Encrypt() 357 *xl = Xl; in Blowfish_Encrypt() 362 static void Blowfish_Decrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Decrypt() argument 368 Xl = *xl; in Blowfish_Decrypt() 389 *xl = Xl; in Blowfish_Decrypt()
|
/xen/docs/man/ |
A D | xl.conf.5.pod | 3 /etc/xen/xl.conf - XL Global/Host Configuration 7 The F<xl.conf> file allows configuration of hostwide C<xl> toolstack 11 L<xl.cfg(5)>. 60 If set to "on" then C<xl> will automatically reduce the amount of 63 If set to "off" then C<xl> will not automatically reduce the amount of 79 will be launched by xl directly. 85 Sets the path to the lock file used by xl to serialise certain 88 Default: C</var/lock/xl> 165 quickly and the amount of free memory (which C<xl info> can show) is 223 =item L<xl(1)> [all …]
|
A D | xl.1.pod.in | 7 B<xl> I<subcommand> [I<args>] 55 =item run xl as B<root> 164 passed to xl, resulting in xl being unable to parse the value 176 xl create DebianLenny 455 used as an upper limit for B<xl mem-set>. Also note that calling B<xl 819 xl vcpu-pin 0 3 - 6-9 824 xl vcpu-pin 0 3 3,4 6-9 1224 xl sched-rtds -v all 1238 xl sched-rtds 1266 xl sched-rtds -d vm1 [all …]
|
/xen/docs/features/ |
A D | migration.pandoc | 27 From the command line, `xl migrate/save/restore` are the top level 30 xl create my-vm.cfg 31 xl migrate my-vm localhost 35 xl create my-vm.cfg 36 xl save my-vm /path/to/save/file 37 xl restore /path/to/save/file 40 people using `xl`, although the `libxl` API has had an extension. 89 In general, testing can be done on a single host using `xl 90 save/restore` or `xl migrate $VM localhost`.
|
A D | sched_credit.pandoc | 31 `tools/examples/cpupool`), or use just `xl` directly: 33 xl cpupool-create name=\"pool1\" sched=\"credit\" cpus=[4,8] 38 * `xl sched-credit -s` 39 * `xl sched-credit -s -p pool1` 40 * `xl sched-credit -s -t 20` 42 * `xl sched-credit -d vm1` 43 * `xl sched-credit -d vm1 -w 512`
|
A D | sched_credit2.pandoc | 36 in `tools/examples/cpupool`), or use just `xl` directly: 38 xl cpupool-create name=\"pool1\" sched=\"credit2\" cpus=[1,2] 43 * `xl sched-credit2 -s` 44 * `xl sched-credit2 -s -p pool1` 45 * `xl sched-credit2 -s -r 100` 47 * `xl sched-credit2 -d vm1` 48 * `xl sched-credit2 -d vm1 -w 1024`
|
A D | sched_rtds.pandoc | 32 `tools/examples/cpupool`), or use just `xl` directly: 34 xl cpupool-create name=\"pool-rt\" sched=\"rtds\" cpus=[4,5,6,8] 36 For checking or changing a VM's scheduling parameters from xl, do 38 * `xl sched-rtds -d vm-rt -v all` 39 * `xl sched-rtds -d vm-rt -v all -p 10000 -b 2500` 43 * `xl sched-rtds -d vm-rt -v 0 -p 20000 -b 10000 -e 1 -v 1 -p 45000 -b 12000 -e 0` 92 `xl sched-rtds -d vm -v all -p 100000 -b 50000`,
|
A D | dom0less.pandoc | 98 - They cannot be properly shutdown or rebooted using xl. If one of them 101 - Some xl operations might not work as expected. xl is meant to be used 102 with domains that have been created by it. Using xl with domains 113 done from the control domain, using `xl vcpu-pin` as usual. It is not 123 - 'xl console' command will not attach to the domain's console in case 135 xl domains list.
|
/xen/tools/hotplug/Linux/init.d/ |
A D | xendriverdomain.in | 51 echo Starting xl devd... 52 ${sbindir}/xl devd --pidfile=$XLDEVD_PIDFILE $XLDEVD_ARGS 55 echo Stopping xl devd...
|
/xen/tools/examples/ |
A D | README | 16 cpupool - example configuration script for 'xl cpupool-create' 29 xl.conf - configuration file for xl 31 'xl create' 33 'xl create'
|
A D | xlexample.pvhlinux | 6 # PVH Linux guest. For a more complete guide see xl.cfg(5) 36 # docs/misc/xl-network-configuration.markdown 41 # docs/misc/xl-disk-configuration.txt
|
A D | xlexample.pvlinux | 6 # Paravirtualised Linux guest. For a more complete guide see xl.cfg(5) 38 # docs/misc/xl-network-configuration.markdown 43 # docs/misc/xl-disk-configuration.txt
|
A D | xlexample.hvm | 6 # HVM guest. For a more complete guide see xl.cfg(5) 37 # docs/misc/xl-network-configuration.markdown 42 # docs/misc/xl-disk-configuration.txt
|
A D | cpupool | 2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'. 4 # 'xm cpupool-create' or 'xl cpupool-create'.
|
/xen/tools/hotplug/NetBSD/rc.d/ |
A D | xendriverdomain.in | 33 ${sbindir}/xl devd --pidfile=$XLDEVD_PIDFILE ${XLDEVD_ARGS} 42 rc_pid=$(check_pidfile ${XLDEVD_PIDFILE} ${sbindir}/xl)
|
/xen/tools/hotplug/FreeBSD/rc.d/ |
A D | xendriverdomain.in | 30 PATH="${bindir}:${sbindir}:$PATH" ${sbindir}/xl devd --pidfile ${XLDEVD_PIDFILE} ${XLDEVD_ARGS} 39 rc_pid=$(check_pidfile ${XLDEVD_PIDFILE} ${sbindir}/xl)
|