All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Yongjun <yjwei@cn.fujitsu.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH] xl: add missing migrate commands to command table
Date: Mon, 10 May 2010 15:08:19 +0800	[thread overview]
Message-ID: <4BE7B0E3.5030604@cn.fujitsu.com> (raw)

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" },

             reply	other threads:[~2010-05-10  7:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10  7:08 Wei Yongjun [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BE7B0E3.5030604@cn.fujitsu.com \
    --to=yjwei@cn.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.