From: Keir Fraser Date: Wed, 6 Aug 2008 08:38:43 +0000 (+0100) Subject: xend: Expose persistent domain path in xend conf file X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14165^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be408edf704b95cba05cfcfd58201474eeefdb7d;p=xen.git xend: Expose persistent domain path in xend conf file This patch exposes the persistent (aka managed) domain path in xend configuration file. This option is already supported in XendOptions but is not annotated in the configuration file. Signed-off-by: Jim Fehlig --- diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp index 5c1b6ec446..89f9fcae96 100644 --- a/tools/examples/xend-config.sxp +++ b/tools/examples/xend-config.sxp @@ -245,3 +245,7 @@ # Rotation count of qemu-dm log file. #(qemu-dm-logrotate-count 10) + +# Path where persistent domain configuration is stored. +# Default is /var/lib/xend/domains/ +#(xend-domains-path /var/lib/xend/domains)