SHA256
1
0
forked from pool/xen
OBS User unknown
2008-08-17 22:24:29 +00:00
committed by Git OBS Bridge
parent f5d6338f4d
commit 8cefe055e5
67 changed files with 1102 additions and 2615 deletions

View File

@@ -31,7 +31,7 @@ Index: xen-3.3.0-testing/tools/examples/xend-config.sxp
===================================================================
--- xen-3.3.0-testing.orig/tools/examples/xend-config.sxp
+++ xen-3.3.0-testing/tools/examples/xend-config.sxp
@@ -54,12 +54,14 @@
@@ -54,11 +54,12 @@
#(xend-http-server no)
@@ -43,13 +43,10 @@ Index: xen-3.3.0-testing/tools/examples/xend-config.sxp
+# encryption and authentication.
#(xend-relocation-server no)
-(xend-relocation-server yes)
-#(xend-relocation-ssl-server no)
+# Enable xend-relocation-ssl-server for encrypted relocations.
+(xend-relocation-ssl-server yes)
#(xend-relocation-ssl-server no)
#(xend-unix-path /var/lib/xend/xend-socket)
@@ -181,7 +183,7 @@
@@ -181,7 +182,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.