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] [xen-unstable] xm: Improve help message for vif creation

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xm: Improve help message for vif creation.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Jul 2007 04:31:41 -0700
Delivery-date: Tue, 10 Jul 2007 04:29:52 -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 kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1184058674 -3600
# Node ID b476c756ad4fdc41b0246fb4c943997e740e256e
# Parent  fa9fa5f98c91b2acbabfe1771ab621a170cbaf03
xm: Improve help message for vif creation.
Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
 tools/python/xen/xm/create.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)

diff -r fa9fa5f98c91 -r b476c756ad4f tools/python/xen/xm/create.py
--- a/tools/python/xen/xm/create.py     Tue Jul 10 10:07:00 2007 +0100
+++ b/tools/python/xen/xm/create.py     Tue Jul 10 10:11:14 2007 +0100
@@ -318,7 +318,8 @@ gopts.var('vfb', val="type={vnc,sdl},vnc
           given DISPLAY and XAUTHORITY, which default to the current user's
           ones.""")
 
-gopts.var('vif', 
val="type=TYPE,mac=MAC,bridge=BRIDGE,ip=IPADDR,script=SCRIPT,backend=DOM,vifname=NAME",
+gopts.var('vif', 
val="type=TYPE,mac=MAC,bridge=BRIDGE,ip=IPADDR,script=SCRIPT," + \
+          "backend=DOM,vifname=NAME,rate=RATE,model=MODEL,accel=ACCEL",
           fn=append_value, default=[],
           use="""Add a network interface with the given MAC address and bridge.
           The vif is configured by calling the given configuration script.
@@ -330,6 +331,9 @@ gopts.var('vif', val="type=TYPE,mac=MAC,
           If backend is not specified the default backend driver domain is 
used.
           If vifname is not specified the backend virtual interface will have 
name vifD.N
           where D is the domain id and N is the interface id.
+          If rate is not specified the default rate is used.
+          If model is not specified the default model is used.
+          If accel is not specified an accelerator plugin module is not used.
           This option may be repeated to add more than one vif.
           Specifying vifs will increase the number of interfaces as needed.""")
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xm: Improve help message for vif creation., Xen patchbot-unstable <=