[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/xl: make it explicit that we migrate from stdin.
# HG changeset patch # User Tim Deegan <Tim.Deegan@xxxxxxxxxx> # Date 1290540627 0 # Node ID 1579142f2163ac9662f856a0f73a818eea2b52af # Parent d6c2695f05eb0f13d4ead17f4956dcf8d4eec149 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@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/libxl/xl_cmdimpl.c | 1 + 1 files changed, 1 insertion(+) diff -r d6c2695f05eb -r 1579142f2163 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Tue Nov 23 19:29:13 2010 +0000 +++ b/tools/libxl/xl_cmdimpl.c Tue Nov 23 19:30:27 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |