1## Path: System/Virtualization
2## Type: string
3## Default: "none"
4#
5# Log xenconsoled messages (cf xl dmesg)
6#XENCONSOLED_TRACE=[none|guest|hv|all]
7
8## Type: string
9## Default: daemon
10#
11# Select type of xentore service.
12#
13# This can be either of:
14#  * daemon
15#  * domain
16#
17# Changing this requires a reboot to take effect.
18#
19#XENSTORETYPE=daemon
20
21## Type: string
22## Default: xenstored
23#
24# Select xenstore implementation, this can be either
25# of these below.
26# Only evaluated if XENSTORETYPE is "daemon".
27#
28# This can be either of:
29#  * @sbindir@/oxenstored
30#  * @sbindir@/xenstored
31#
32# Changing this requires a reboot to take effect.
33#XENSTORED=@XENSTORED@
34
35## Type: string
36## Default: ""
37#
38# Additional commandline arguments to start xenstored,
39# like "--trace-file @XEN_LOG_DIR@/xenstored-trace.log"
40# See "@sbindir@/xenstored --help" for possible options.
41# Only evaluated if XENSTORETYPE is "daemon".
42XENSTORED_ARGS=
43
44## Type: string
45## Default: Not defined, tracing off
46#
47# Log xenstored messages
48# Only evaluated if XENSTORETYPE is "daemon".
49#XENSTORED_TRACE=[yes|on|1]
50
51## Type: string
52## Default: "@XEN_LIB_STORED@"
53#
54# Running xenstored on XENSTORED_ROOTDIR
55# Only evaluated if XENSTORETYPE is "daemon".
56#XENSTORED_ROOTDIR=@XEN_LIB_STORED@
57
58## Type: string
59## Default: @LIBEXEC@/boot/xenstore-stubdom.gz
60#
61# xenstore domain kernel.
62# Only evaluated if XENSTORETYPE is "domain".
63#XENSTORE_DOMAIN_KERNEL=@LIBEXEC@/boot/xenstore-stubdom.gz
64
65## Type: integer
66## Default: 8
67#
68# xenstore domain memory size in MiB.
69# Only evaluated if XENSTORETYPE is "domain".
70#XENSTORE_DOMAIN_SIZE=8
71
72## Type: string
73## Default: not set, no autoballooning of xenstore domain
74#
75# Maximum xenstore domain memory size. Can be specified as:
76# - plain integer value for max size in MiB
77# - fraction of host memory, e.g. 1/100
78# - combination of both in form of <val>:<frac> (e.g. 8:1/100), resulting
79#   value will be the higher of both specifications
80# Only evaluated if XENSTORETYPE is "domain".
81#XENSTORE_MAX_DOMAIN_SIZE=
82
83## Type: string
84## Default: ""
85#
86# Additional arguments for starting the xenstore domain.
87# Only evaluated if XENSTORETYPE is "domain".
88XENSTORE_DOMAIN_ARGS=
89
90## Type: string
91## Default: Not defined, xenbackendd debug mode off
92#
93# Running xenbackendd in debug mode
94#XENBACKENDD_DEBUG=[yes|on|1]
95
96# qemu path
97#QEMU_XEN=@qemu_xen_path@
98