search for: xend_domain_migrate

Displaying 2 results from an estimated 2 matches for "xend_domain_migrate".

2006 Jan 13
2
[PATCH] unifying error message of migrate and sysrq
...+56,8 @@ if opts.vals.help: opts.usage() return - if len(args) != 2: - opts.err(''Invalid arguments: '' + str(args)) + from xen.xm.main import arg_check + arg_check(args, "migrate", 2) dom = args[0] dst = args[1] server.xend_domain_migrate(dom, dst, opts.vals.live, opts.vals.resource, opts.vals.port) diff -r bfcdf4099d23 tools/python/xen/xm/sysrq.py --- a/tools/python/xen/xm/sysrq.py Thu Jan 12 13:27:55 2006 +++ b/tools/python/xen/xm/sysrq.py Fri Jan 13 15:26:14 2006 @@ -24,8 +24,9 @@ return # no options for...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *