]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/xend-config.patch
Add some patches to grub.
[people/pmueller/ipfire-2.x.git] / src / patches / xend-config.patch
1 --- a/tools/examples/xend-config.sxp 2009-05-18 11:05:38.000000000 +0000
2 +++ b/tools/examples/xend-config.sxp 2009-07-23 08:00:23.000000000 +0000
3 @@ -14,10 +14,6 @@
4 #(logfile /var/log/xen/xend.log)
5 #(loglevel DEBUG)
6
7 -# Uncomment the line below. Set the value to flask, acm, or dummy to
8 -# select a security module.
9 -
10 -#(xsm_module_name dummy)
11
12 # The Xen-API server configuration.
13 #
14 @@ -58,21 +54,20 @@
15
16
17 #(xend-http-server no)
18 -#(xend-unix-server no)
19 -#(xend-tcp-xmlrpc-server no)
20 -#(xend-unix-xmlrpc-server yes)
21 +(xend-unix-server yes)
22 +(xend-tcp-xmlrpc-server yes)
23 +(xend-unix-xmlrpc-server yes)
24 #(xend-relocation-server no)
25 (xend-relocation-server yes)
26 #(xend-relocation-ssl-server no)
27 -#(xend-udev-event-server no)
28
29 #(xend-unix-path /var/lib/xend/xend-socket)
30
31
32 # Address and port xend should use for the legacy TCP XMLRPC interface,
33 # if xend-tcp-xmlrpc-server is set.
34 -#(xend-tcp-xmlrpc-server-address 'localhost')
35 -#(xend-tcp-xmlrpc-server-port 8006)
36 +(xend-tcp-xmlrpc-server-address 'localhost')
37 +(xend-tcp-xmlrpc-server-port 8006)
38
39 # SSL key and certificate to use for the legacy TCP XMLRPC interface.
40 # Setting these will mean that this port serves only SSL connections as
41 @@ -82,11 +77,11 @@
42
43
44 # Port xend should use for the HTTP interface, if xend-http-server is set.
45 -#(xend-port 8000)
46 +(xend-port 8000)
47
48 # Port xend should use for the relocation interface, if xend-relocation-server
49 # is set.
50 -#(xend-relocation-port 8002)
51 +(xend-relocation-port 8002)
52
53 # Port xend should use for the ssl relocation interface, if
54 # xend-relocation-ssl-server is set.
55 @@ -154,7 +149,7 @@
56 # two fake interfaces per guest domain. To do things like this, write
57 # yourself a wrapper script, and call network-bridge from it, as appropriate.
58 #
59 -(network-script network-bridge)
60 +(network-script network-dummy)
61
62 # The script used to control virtual interfaces. This can be overridden on a
63 # per-vif basis when creating a domain or a configuring a new vif. The
64 @@ -169,7 +164,7 @@
65 # If you are using only one bridge, the vif-bridge script will discover that,
66 # so there is no need to specify it explicitly.
67 #
68 -(vif-script vif-bridge)
69 +#(vif-script vif-bridge)
70
71
72 ## Use the following if network traffic is routed, as an alternative to the
73 @@ -194,7 +189,7 @@
74
75 # In SMP system, dom0 will use dom0-cpus # of CPUS
76 # If dom0-cpus = 0, dom0 will take all cpus available
77 -(dom0-cpus 0)
78 +#(dom0-cpus 0)
79
80 # Whether to enable core-dumps when domains crash.
81 #(enable-dump no)
82 @@ -205,7 +200,7 @@
83 # The interface for VNC servers to listen on. Defaults
84 # to 127.0.0.1 To restore old 'listen everywhere' behaviour
85 # set this to 0.0.0.0
86 -#(vnc-listen '127.0.0.1')
87 +(vnc-listen '0.0.0.0')
88
89 # The default password for VNC console on HVM domain.
90 # Empty string is no authentication.
91 @@ -243,7 +238,7 @@
92
93 # The default keymap to use for the VM's virtual keyboard
94 # when not specififed in VM's configuration
95 -#(keymap 'en-us')
96 +(keymap 'de')
97
98 # Script to run when the label of a resource has changed.
99 #(resource-label-change-script '')