projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd811a
)
Fix syntax error.
author
Steven Hand
<steven@xensource.com>
Fri, 3 Nov 2006 11:22:22 +0000
(11:22 +0000)
committer
Steven Hand
<steven@xensource.com>
Fri, 3 Nov 2006 11:22:22 +0000
(11:22 +0000)
Signed-off-by: Steven Hand <steven@xensource.com>
tools/python/xen/xend/image.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/image.py
b/tools/python/xen/xend/image.py
index ef01fcf6cc25305c8b45005a362280e572c200ff..44d36210a8b7b6264eb558de8f85350f3b8bfb5f 100644
(file)
--- a/
tools/python/xen/xend/image.py
+++ b/
tools/python/xen/xend/image.py
@@
-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: