Tim Deegan
2010-Nov-22 10:16 UTC
[Xen-devel] [PATCH] tools/xl: make it explicit that we migrate from stdin
# HG changeset patch # User Tim Deegan <Tim.Deegan@citrix.com> # Date 1290188922 0 # Node ID d95918033f24ce89b1f3b2f15031c247bc8e4161 # Parent a61e0de838bd61cf2efdd67f33b8cf739dd01919 tools/xl: make it explicit that we migrate from stdin. No semantic changes, just makes things a bit less confusing. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> diff -r a61e0de838bd -r d95918033f24 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Fri Nov 19 13:49:54 2010 +0000 +++ b/tools/libxl/xl_cmdimpl.c Fri Nov 19 17:48:42 2010 +0000 @@ -2903,6 +2903,7 @@ static void migrate_receive(int debug, i dom_info.daemonize = daemonize; dom_info.paused = 1; dom_info.restore_file = "incoming migration stream"; + dom_info.migrate_fd = 0; /* stdin */ dom_info.migration_domname_r = &migration_domname; rc = create_domain(&dom_info); _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2010-Nov-23 19:30 UTC
Re: [Xen-devel] [PATCH] tools/xl: make it explicit that we migrate from stdin
Tim Deegan writes ("[Xen-devel] [PATCH] tools/xl: make it explicit that we migrate from stdin"):> tools/xl: make it explicit that we migrate from stdin. > No semantic changes, just makes things a bit less confusing.Applied, thanks. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel