WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] tools/xl: make it explicit that we migrat

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools/xl: make it explicit that we migrate from stdin.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Nov 2010 10:25:17 -0800
Delivery-date: Wed, 24 Nov 2010 10:26:26 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tools/xl: make it explicit that we migrate from stdin., Xen patchbot-unstable <=