xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xl: add missing migrate commands to command table
@ 2010-05-10  7:08 Wei Yongjun
  2010-05-10  7:10 ` [PATCH] xl: use help table to describe command help information Wei Yongjun
  0 siblings, 1 reply; 6+ messages in thread
From: Wei Yongjun @ 2010-05-10  7:08 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

The command migrate and migrate_receive are missing in
command table. This patch added them.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>

diff -r bbf009817ffb -r ac61c50eb031 tools/libxl/xl_cmdtable.c
--- a/tools/libxl/xl_cmdtable.c	Fri May 07 19:22:28 2010 +0100
+++ b/tools/libxl/xl_cmdtable.c	Mon May 10 14:50:48 2010 +0800
@@ -25,7 +25,9 @@
     { "unpause", &main_unpause, "unpause a paused domain" },
     { "console", &main_console, "attach to domain's console" },
     { "save", &main_save, "save a domain state to restore later" },
+    { "migrate", &main_migrate, "save a domain state to restore later" },
     { "restore", &main_restore, "restore a domain from a saved state" },
+    { "migrate-receive", &main_migrate_receive, "restore a domain from a saved state" },
     { "cd-insert", &main_cd_insert, "insert a cdrom into a guest's cd drive" },
     { "cd-eject", &main_cd_eject, "eject a cdrom from a guest's cd drive" },
     { "mem-set", &main_memset, "set the current memory usage for a domain" },

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-11 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10  7:08 [PATCH] xl: add missing migrate commands to command table Wei Yongjun
2010-05-10  7:10 ` [PATCH] xl: use help table to describe command help information Wei Yongjun
2010-05-10  7:31   ` Juergen Gross
2010-05-11  2:18     ` [PATCHv2] " Wei Yongjun
2010-05-11  2:59       ` Zhigang Wang
2010-05-11 11:06       ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).