aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/README
diff options
context:
space:
mode:
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-09-22 10:51:56 +0000
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-09-22 10:51:56 +0000
commitc2c9f7989da8063bd50c93ac4ffbfe2dd1fecd9b (patch)
treedf9569a0657aaf424a6778d76f16557179477fff /tools/examples/README
parenta23e4c0121b63cb891005234a88d59f497d0f72c (diff)
downloadxen-c2c9f7989da8063bd50c93ac4ffbfe2dd1fecd9b.tar.gz
xen-c2c9f7989da8063bd50c93ac4ffbfe2dd1fecd9b.tar.bz2
xen-c2c9f7989da8063bd50c93ac4ffbfe2dd1fecd9b.zip
bitkeeper revision 1.1159.1.165 (4151594cmY68ImBqRlb00RkEm61RcQ)
Split the xend client code into separate synch and asynch client protocols, and load the asynch one on demand. This speeds up xm as it doesn't load the asynch code.
Diffstat (limited to 'tools/examples/README')
-rw-r--r--tools/examples/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/examples/README b/tools/examples/README
index 43a4f48c08..d17c7ef9a5 100644
--- a/tools/examples/README
+++ b/tools/examples/README
@@ -12,7 +12,6 @@ send it (preferably with a little summary to go in this file) to
network - default network setup script called by xend at startup.
vif-bridge - default virtual network interface setup script.
xend-config.sxp - default xend configuration file.
-xmdefconfig - default configuration script for 'xm create'.
-xmdefconfig-example - a more complex configuration script for 'xm create'.
-xmdefconfig-netbsd - an 'xm create' configuration script for NetBSD domains.
+xmexample1 - example configuration script for 'xm create'.
+xmexample2 - a more complex configuration script for 'xm create'.