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-devel

[Xen-devel] [PATCH] Trivial updates to tools/examples/README

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Trivial updates to tools/examples/README
From: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Mon, 07 Nov 2005 19:23:38 -0800
Delivery-date: Tue, 08 Nov 2005 03:23:54 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 0.8 (X11/20041020)
Attached for applying and inline for viewing.

thanks,
Nivedita

Signed-off-by: Nivedita Singhvi niv@xxxxxxxxxx

diff -r 25599e222c33 tools/examples/README
--- a/tools/examples/README     Mon Nov  7 17:14:45 2005
+++ b/tools/examples/README     Mon Nov  7 19:11:31 2005
@@ -9,20 +9,29 @@
  send it (preferably with a little summary to go in this file) to
  <xen-devel@xxxxxxxxxxxxxxxxxxxxx> so we can add it to this directory.

+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-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'.
+block-nbd           - binds/unbinds network block devices
+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
+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
+                      devices
+xen-backend.rules   - hotplug script rules
+xend-config.sxp     - default xend configuration file
+xen-hotplug-common.sh - sourced by vif-common.sh
+xen-network-common.sh - sourced by vif-common.sh
+xen-script-common.sh  - sourced by network-bridge, xen-hotplug-common.sh
+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.
+                      that utilizes the vmid
+xmexample.nbd       - configuration script that uses NBD filesystems
  xmexample.vmx       - a configuration script for creating a vmx domain with
-                      'xm create'.
-
+                      'xm create'
+xmexample.vti       - a configuration script for creating a domain on vti

diff -r 25599e222c33 tools/examples/README
--- a/tools/examples/README     Mon Nov  7 17:14:45 2005
+++ b/tools/examples/README     Mon Nov  7 19:11:31 2005
@@ -9,20 +9,29 @@
 send it (preferably with a little summary to go in this file) to
 <xen-devel@xxxxxxxxxxxxxxxxxxxxx> so we can add it to this directory.
 
+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-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'.
+block-nbd           - binds/unbinds network block devices
+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
+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 
+                      devices  
+xen-backend.rules   - hotplug script rules
+xend-config.sxp     - default xend configuration file
+xen-hotplug-common.sh - sourced by vif-common.sh
+xen-network-common.sh - sourced by vif-common.sh
+xen-script-common.sh  - sourced by network-bridge, xen-hotplug-common.sh
+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.
+                      that utilizes the vmid
+xmexample.nbd       - configuration script that uses NBD filesystems
 xmexample.vmx       - a configuration script for creating a vmx domain with
-                      'xm create'.
-
+                      'xm create'
+xmexample.vti       - a configuration script for creating a domain on vti
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Trivial updates to tools/examples/README, Nivedita Singhvi <=