Author: baggins Date: Sat Mar 3 11:03:52 2012 GMT Module: packages Tag: HEAD ---- Log message: - xend configuration tweaks, don't need relocation enabled by default, but need unix socket for cli tools; let admin configure dom0 network; set a bit more memory for dom0
---- Files affected: packages/xen: xen.spec (1.99 -> 1.100) , xen-configure-xend.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xen/xen.spec diff -u packages/xen/xen.spec:1.99 packages/xen/xen.spec:1.100 --- packages/xen/xen.spec:1.99 Sat Mar 3 10:42:12 2012 +++ packages/xen/xen.spec Sat Mar 3 12:03:47 2012 @@ -59,6 +59,7 @@ Patch10: xend-pci-loop.patch Patch11: xen-dumpdir.patch Patch12: xen-net-disable-iptables-on-bridge.patch +Patch13: xen-configure-xend.patch # stubdom patch Patch100: grub-ext4-support.patch URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -214,6 +215,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %{__rm} -v tools/check/*.orig @@ -442,6 +444,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.100 2012/03/03 11:03:47 baggins +- xend configuration tweaks, don't need relocation enabled by default, + but need unix socket for cli tools; let admin configure dom0 network; + set a bit more memory for dom0 + Revision 1.99 2012/03/03 09:42:12 baggins - disable iptables on bridge, rationale here: https://bugzilla.redhat.com/show_bug.cgi?id=512206 ================================================================ Index: packages/xen/xen-configure-xend.patch diff -u /dev/null packages/xen/xen-configure-xend.patch:1.1 --- /dev/null Sat Mar 3 12:03:52 2012 +++ packages/xen/xen-configure-xend.patch Sat Mar 3 12:03:47 2012 @@ -0,0 +1,37 @@ +diff -up xen-3.4.0/tools/examples/xend-config.sxp.config xen-3.4.0/tools/examples/xend-config.sxp +--- xen-3.4.0/tools/examples/xend-config.sxp.config 2009-05-20 17:12:50.000000000 +0200 ++++ xen-3.4.0/tools/examples/xend-config.sxp 2009-05-20 17:15:35.000000000 +0200 +@@ -58,11 +58,11 @@ + + + #(xend-http-server no) +-#(xend-unix-server no) ++(xend-unix-server yes) + #(xend-tcp-xmlrpc-server no) + #(xend-unix-xmlrpc-server yes) +-#(xend-relocation-server no) +-(xend-relocation-server yes) ++(xend-relocation-server no) ++#(xend-relocation-server yes) + #(xend-relocation-ssl-server no) + #(xend-udev-event-server no) + +@@ -154,7 +154,8 @@ + # two fake interfaces per guest domain. To do things like this, write + # yourself a wrapper script, and call network-bridge from it, as appropriate. + # +-(network-script network-bridge) ++#(network-script network-bridge) ++(network-script /bin/true) + + # The script used to control virtual interfaces. This can be overridden on a + # per-vif basis when creating a domain or a configuring a new vif. The +@@ -186,7 +187,7 @@ + # dom0-min-mem is the lowest permissible memory level (in MB) for dom0. + # This is a minimum both for auto-ballooning (as enabled by + # enable-dom0-ballooning below) and for xm mem-set when applied to dom0. +-(dom0-min-mem 196) ++(dom0-min-mem 256) + + # Whether to enable auto-ballooning of dom0 to allow domUs to be created. + # If enable-dom0-ballooning = no, dom0 will never balloon out. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xen/xen.spec?r1=1.99&r2=1.100&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit