aboutsummaryrefslogtreecommitdiffstats
path: root/src
ModeNameSize
-rw-r--r--Makefile.inc31logstatsplain
-rw-r--r--ghdl.cc35879logstatsplain
9' href='#n19'>19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
=head1 NAME

xend-config.sxp - Xen daemon configuration file

=head1 SYNOPSIS

/etc/xen/xend-config.sxp

=head1 DESCRIPTION

The xend(1) program requires xend-config.sxp to specify operating
parameters which determine the behavior of the daemon at runtime.

The parameters are specified in S-expression format.  See the example
configuration file in I</etc/xen/xend-config.sxp> for details.

=head1 OPTIONS

The following lists the daemon configuration parameters:

=over 4

=item I<logfile>

The location of the file to record runtime log messages.  Defaults to
I</var/log/xen/xend.log>.

=item I<loglevel>

Filters out messages below the specified level.  Possible values are
DEBUG, INFO, WARNING, ERROR, CRITICAL.  Defaults to I<DEBUG>.

=item I<xend-http-server>

A boolean value that tells xend whether or not to start the http
stream socket management server.  Defaults to I<no>.

=item I<xend-unix-server>

A boolean value that tells xend whether or not to start the unix
domain socket management server.  This is required for the CLI tools
to operate.  Defaults to I<yes>.

=item I<xend-relocation-server>

A boolean value that tells xend whether or not to start the relocation
server.  This is required for cross-machine migrations.  Defaults to
I<no>.

=item I<xend-unix-path>

The location of the unix domain socket the xend-unix-server will use
to communicate with the management tools.  Defaults to
I</var/lib/xend/xend-socket>.

=item I<xend-port>

The port that will be used by the http management server.  Defaults to
I<8000>.

=item I<xend-relocation-port>

The port that will be used by the relocation server.  Defaults to
I<8002>.

=item I<xend-address> 

The address to which the http management server will bind.  Defaults
to I<''> which means "all interfaces".

=item I<xend-relocation-address>

The address to which the relocation server will bind.  Defaults to
I<''> which means "all interfaces".

=item I<console-limit>

The kilobyte buffer limit that will be enforced by the console server.
This limit is set per-domain, and is needed to prevent a single domain
from overwhelming the console server with massive amounts of data.
Defaults to I<1024>.

=item I<network-script>

The name of the script in I</etc/xen/scripts> that will be run to
setup the networking environment.  This can be any name, but in
general is either I<network-bridge> or I<network-route>.

=item I<vif-script>

The name of the script in I</etc/xen/scripts> that will be run to
setup a virtual interface when it is created or destroyed.  This needs
to (in general) work in unison with the I<network-script>.

=item I<dom0-min-mem>

This specifies the minimum number of megabytes that will be reserved
for Domain0.  If this value is positive, Domain0 will be automatically