aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/README
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-08-25 09:50:20 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-08-25 09:50:20 +0000
commit42684425dafd958fa116ab0325581612969c1c9b (patch)
tree041f4a27d61ba03e8055682b2b530cfd9b40d4c6 /tools/examples/README
parentacc63faffa3cdefd9bd5f6e099971b4fcdae436b (diff)
downloadxen-42684425dafd958fa116ab0325581612969c1c9b.tar.gz
xen-42684425dafd958fa116ab0325581612969c1c9b.tar.bz2
xen-42684425dafd958fa116ab0325581612969c1c9b.zip
Updated to reflect new tools added here.
Signed-off-by: Judy Fischbach <jfisch@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/examples/README')
-rw-r--r--tools/examples/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/examples/README b/tools/examples/README
index d17c7ef9a5..0fffb5e4b0 100644
--- a/tools/examples/README
+++ b/tools/examples/README
@@ -9,9 +9,20 @@ If you write a useful script and would like to share it, please do
send it (preferably with a little summary to go in this file) to
<xen-devel@lists.sourceforge.net> so we can add it to this directory.
+block-enbd - binds/unbinds network block devices
+block-file - binds/unbinds file to loopback device
+mem-map.sxp - memory map xend configuration file.
network - default network setup script called by xend at startup.
+network-route - default xen network start/stop script.
+network-nat - default xen network start/stop script when using NAT.
vif-bridge - default virtual network interface setup script.
+vif-route - default xen virtual network start/stop script
+vif-nat - configures vif in routed-nat mode.
xend-config.sxp - default xend configuration file.
xmexample1 - example configuration script for 'xm create'.
xmexample2 - a more complex configuration script for 'xm create'.
+xmexample3 - an advanced configuration script for 'xm create'
+ that utilizes the vmid.
+xmexample.vmx - a configuration script for creating a vmx domain with
+ 'xm create'.