1## Global XL config file ##
2
3# Set domain-id policy. "xen" means that the hypervisor will choose the
4# id of a new domain. "random" means that a random value will be chosen.
5#domid_policy="xen"
6
7# Control whether dom0 is ballooned down when xen doesn't have enough
8# free memory to create a domain.  "auto" means only balloon if dom0
9# starts with all the host's memory.
10#autoballoon="auto"
11
12# full path of the lockfile used by xl during domain creation
13#lockfile="/var/lock/xl"
14
15# default output format used by "xl list -l"
16#output_format="json"
17
18# first block device to be used for temporary VM disk mounts
19#blkdev_start="xvda"
20
21# default option to run hotplug scripts from xl
22# if disabled the old behaviour will be used, and hotplug scripts will be
23# launched by udev.
24#run_hotplug_scripts=1
25
26# default backend domain to connect guest vifs to.  This can be any
27# valid domain identifier.
28#vif.default.backend="0"
29
30# default gateway device to use with vif-route hotplug script
31#vif.default.gatewaydev="eth0"
32
33# default vif script to use if none is specified in the guest config
34#vif.default.script="vif-bridge"
35
36# default bridge device to use with vif-bridge hotplug scripts
37#vif.default.bridge="xenbr0"
38
39# Reserve a claim of memory when launching a guest. This guarantees immediate
40# feedback whether the guest can be launched due to memory exhaustion
41# (which can take a long time to find out if launching huge guests).
42# see xl.conf(5) for details.
43#claim_mode=1
44
45# Specify global vcpu hard affinity masks. See xl.conf(5) for details.
46#vm.cpumask="0-7"
47#vm.pv.cpumask="0-3"
48#vm.hvm.cpumask="3-7"
49