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] Parse --port argument to migration.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 52b2dc7fb9b731562002c09f59453f7c0ad6fe59
# Parent  324caad9e1457ab4ca020c51ac5a392b2d0392da
Parse --port argument to migration.

Patch by Andres Lagar Cavilla <andreslc@xxxxxxxxxxxxxx>.
 
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 324caad9e145 -r 52b2dc7fb9b7 tools/python/xen/xm/migrate.py
--- a/tools/python/xen/xm/migrate.py    Fri Feb 10 01:05:26 2006
+++ b/tools/python/xen/xm/migrate.py    Fri Feb 10 01:09:19 2006
@@ -38,7 +38,7 @@
           fn=set_true, default=0,
           use="Use live migration.")
 
-gopts.opt('port', short='p',
+gopts.opt('port', short='p', val='portnum',
           fn=set_int, default=0,
           use="Use specified port for migration.")
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Parse --port argument to migration., Xen patchbot -unstable <=