WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Update the readme for tools/examples/scripts.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Update the readme for tools/examples/scripts.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 14 May 2006 20:56:09 +0000
Delivery-date: Sun, 14 May 2006 13:57:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID b4842d0f49da5310b0bf1ed01fd14b495edb2b83
# Parent  7f98c67636f4824467d47b608c108e9b1959b7e6
Update the readme for tools/examples/scripts.
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
 tools/examples/README |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletion(-)

diff -r 7f98c67636f4 -r b4842d0f49da tools/examples/README
--- a/tools/examples/README     Fri May 12 15:19:37 2006 +0100
+++ b/tools/examples/README     Fri May 12 15:21:12 2006 +0100
@@ -13,6 +13,10 @@ block-common.sh     - sourced by block, 
 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-common.sh       - sourced by vif-bri
 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

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Update the readme for tools/examples/scripts., Xen patchbot-unstable <=