aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/README
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-12 15:21:12 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-12 15:21:12 +0100
commit8d73a7e94954961a474dd489457da4173d3de089 (patch)
tree64ea2b293cc3ca14fcd0a573413b13154784202b /tools/examples/README
parent4550aad32daf554b43a9eae969722b557d39da97 (diff)
downloadxen-8d73a7e94954961a474dd489457da4173d3de089.tar.gz
xen-8d73a7e94954961a474dd489457da4173d3de089.tar.bz2
xen-8d73a7e94954961a474dd489457da4173d3de089.zip
Update the readme for tools/examples/scripts.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/examples/README')
-rw-r--r--tools/examples/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/tools/examples/README b/tools/examples/README
index a51ec758c4..9d8adbba49 100644
--- a/tools/examples/README
+++ b/tools/examples/README
@@ -13,6 +13,10 @@ block - called by xen-backend.agent to bind/unbind dev
block-common.sh - sourced by block, block-*
block-enbd - binds/unbinds network block devices
block-nbd - binds/unbinds network block devices
+external-device-migrate - called by xend for migrating external devices
+locking.sh - locking functions to prevent concurrent access to
+ critical sections inside script files
+logging.sh - logging function to log output using syslog
network-bridge - xen network start/stop script when using bridging
network-nat - xen network start/stop script when using NAT
network-route - xen network start/stop script when using routing
@@ -20,7 +24,14 @@ vif-bridge - virtual network start/stop script in bridged mode
vif-common.sh - sourced by vif-bridge
vif-nat - xen virtual network start/stop script in NAT mode
vif-route - xen virtual network start/stop script in routed mode
-xen-backend.agent - calls block, vif-* scripts to add, remove, hotplug
+vtpm - called by xen-backend.agent to bind/unbind vTPM devices
+vtpm-addtodb - script for adding a vTPM instance to the vTPM table
+vtpm-common.sh - common code for vTPM handling
+vtpm-delete - remove an entry from the vTPM table given the
+ domain's name
+vtpm-hotplug-common.sh - sourced by vtpm
+vtpm-migration.sh - sourced by external-device-migrate
+xen-backend.agent - calls block, vif-*, vtpm scripts to add, remove, hotplug
devices
xen-backend.rules - hotplug script rules
xend-config.sxp - default xend configuration file