[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xl: add missing migrate commands to command table
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1273479989 -3600 # Node ID 6eda6d4a9d2c0f669a1ee75579b000a795a9782a # Parent 689c145fcc2a338675f37b82786a3eb656a89e3e xl: add missing migrate commands to command table Signed-off-by: Wei Yongjun <yjwei@xxxxxxxxxxxxxx> --- tools/libxl/xl_cmdtable.c | 2 ++ 1 files changed, 2 insertions(+) diff -r 689c145fcc2a -r 6eda6d4a9d2c tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Mon May 10 09:25:46 2010 +0100 +++ b/tools/libxl/xl_cmdtable.c Mon May 10 09:26:29 2010 +0100 @@ -25,7 +25,9 @@ struct cmd_spec cmd_table[] = { { "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" }, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |