Index: xen/tools/examples/xmexample1 =================================================================== --- xen.orig/tools/examples/xmexample1 2006-05-18 23:08:26.000000000 +0100 +++ xen/tools/examples/xmexample1 2006-07-14 14:39:58.000000000 +0100 @@ -38,6 +38,17 @@ # Number of Virtual CPUS to use, default is 1 #vcpus = 1 +# --------------------------------------------------------------------------- +# Behaviour for persistent domains: +# +# Should domain be started (if not already) when Xend starts and stops. +# By default, Xend does not start or stop domains. +# autostart = 0 +# autostop = 0 + +# Action to take when xend is stopped: 'shutdown', 'suspend' +# on_xend_stop = 'shutdown' + #---------------------------------------------------------------------------- # Define network interfaces. Index: xen/tools/examples/xmexample2 =================================================================== --- xen.orig/tools/examples/xmexample2 2006-05-18 23:08:26.000000000 +0100 +++ xen/tools/examples/xmexample2 2006-07-14 14:39:58.000000000 +0100 @@ -69,6 +69,17 @@ #vcpus = 1 vcpus = 4 # make your domain a 4-way +# --------------------------------------------------------------------------- +# Behaviour for persistent domains: +# +# Should domain be started (if not already) when Xend starts and stops. +# By default, Xend does not start or stop domains. +# autostart = 0 +# autostop = 0 + +# Action to take when xend is stopped: 'shutdown', 'suspend' +# on_xend_stop = 'shutdown' + #---------------------------------------------------------------------------- # Define network interfaces. Index: xen/tools/examples/xmexample3 =================================================================== --- xen.orig/tools/examples/xmexample3 2006-05-18 23:08:26.000000000 +0100 +++ xen/tools/examples/xmexample3 2006-07-14 14:39:58.000000000 +0100 @@ -65,6 +65,17 @@ #cpus = "0-3,5,^1" # run on cpus 0,2,3,5 cpus = "%s" % vmid # set based on vmid (mod number of CPUs) +# --------------------------------------------------------------------------- +# Behaviour for persistent domains: +# +# Should domain be started (if not already) when Xend starts and stops. +# By default, Xend does not start or stop domains. +# autostart = 0 +# autostop = 0 + +# Action to take when xend is stopped: 'shutdown', 'suspend' +# on_xend_stop = 'shutdown' + #---------------------------------------------------------------------------- # Define network interfaces. Index: xen/tools/examples/xmexample.hvm =================================================================== --- xen.orig/tools/examples/xmexample.hvm 2006-07-14 14:15:26.000000000 +0100 +++ xen/tools/examples/xmexample.hvm 2006-07-14 14:39:58.000000000 +0100 @@ -34,6 +34,17 @@ # on each call to 'xm create'. #uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" +# --------------------------------------------------------------------------- +# Behaviour for persistent domains: +# +# Should domain be started (if not already) when Xend starts and stops. +# By default, Xend does not start or stop domains. +# autostart = 0 +# autostop = 0 + +# Action to take when xend is stopped: 'shutdown', 'suspend' +# on_xend_stop = 'shutdown' + #----------------------------------------------------------------------------- # the number of cpus guest platform has, default=1 #vcpus=1