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] Fix syntax error.

# HG changeset patch
# User Steven Hand <steven@xxxxxxxxxxxxx>
# Node ID 2b36aeb896c6ae896dd828180c6c6392f37c853a
# Parent  fac36a01c06e49dfedd4124ab45131e6c67dec60
Fix syntax error.

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/image.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r fac36a01c06e -r 2b36aeb896c6 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py    Fri Nov 03 11:15:10 2006 +0000
+++ b/tools/python/xen/xend/image.py    Fri Nov 03 11:22:22 2006 +0000
@@ -458,7 +458,7 @@ class HVMImageHandler(ImageHandler):
         xd = xen.xend.XendDomain.instance()
         vm = xd.domain_lookup( self.vm.getDomid() )
 
-        reason = vm.readDom('control/shutdown')
+        reason = vm._readDom('control/shutdown')
         log.debug("hvm_shutdown fired, shutdown reason=%s", reason)
         for x in shutdown_reasons.keys():
             if shutdown_reasons[x] == reason:

_______________________________________________
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] Fix syntax error., Xen patchbot-unstable <=