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] xend: Remove use of non-existent xc.handl

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: Remove use of non-existent xc.handle() function.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 09 Jun 2010 00:01:27 -0700
Delivery-date: Wed, 09 Jun 2010 00:03:39 -0700
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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1276066519 -3600
# Node ID 28af9eb507f2c315e53bb72c03399c7e69062787
# Parent  9a3f422cf9809462b323243a674549673180e339
xend: Remove use of non-existent xc.handle() function.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/python/xen/xend/XendCheckpoint.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 9a3f422cf980 -r 28af9eb507f2 tools/python/xen/xend/XendCheckpoint.py
--- a/tools/python/xen/xend/XendCheckpoint.py   Wed Jun 09 07:54:10 2010 +0100
+++ b/tools/python/xen/xend/XendCheckpoint.py   Wed Jun 09 07:55:19 2010 +0100
@@ -360,7 +360,7 @@ class RestoreInputHandler:
 
 
 def forkHelper(cmd, fd, inputHandler, closeToChild):
-    child = xPopen3(cmd, True, -1, [fd, xc.handle()])
+    child = xPopen3(cmd, True, -1, [fd])
 
     if closeToChild:
         child.tochild.close()

_______________________________________________
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] xend: Remove use of non-existent xc.handle() function., Xen patchbot-unstable <=