]> git.pld-linux.org Git - packages/xen.git/blob - xen-configure-xend.patch
BR: gcc-multilib-32
[packages/xen.git] / xen-configure-xend.patch
1 diff -up xen-3.4.0/tools/examples/xend-config.sxp.config xen-3.4.0/tools/examples/xend-config.sxp
2 --- xen-3.4.0/tools/examples/xend-config.sxp.config     2009-05-20 17:12:50.000000000 +0200
3 +++ xen-3.4.0/tools/examples/xend-config.sxp    2009-05-20 17:15:35.000000000 +0200
4 @@ -58,11 +58,11 @@
5  
6  
7  #(xend-http-server no)
8 -#(xend-unix-server no)
9 +(xend-unix-server yes)
10  #(xend-tcp-xmlrpc-server no)
11  #(xend-unix-xmlrpc-server yes)
12 -#(xend-relocation-server no)
13 -(xend-relocation-server yes)
14 +(xend-relocation-server no)
15 +#(xend-relocation-server yes)
16  #(xend-relocation-ssl-server no)
17  #(xend-udev-event-server no)
18  
19 @@ -154,7 +154,8 @@
20  # two fake interfaces per guest domain.  To do things like this, write
21  # yourself a wrapper script, and call network-bridge from it, as appropriate.
22  #
23 -(network-script network-bridge)
24 +#(network-script network-bridge)
25 +(network-script /bin/true)
26  
27  # The script used to control virtual interfaces.  This can be overridden on a
28  # per-vif basis when creating a domain or a configuring a new vif.  The
29 @@ -186,7 +187,7 @@
30  # dom0-min-mem is the lowest permissible memory level (in MB) for dom0.
31  # This is a minimum both for auto-ballooning (as enabled by
32  # enable-dom0-ballooning below) and for xm mem-set when applied to dom0.
33 -(dom0-min-mem 196)
34 +(dom0-min-mem 256)
35  
36  # Whether to enable auto-ballooning of dom0 to allow domUs to be created.
37  # If enable-dom0-ballooning = no, dom0 will never balloon out.
This page took 0.058693 seconds and 3 git commands to generate.