|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Merge with xen-ia64-unstable.hg
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1176197345 -3600
# Node ID 4d4a7ba24c01edd3fc94d6991ba547110b380a61
# Parent 1bde28f762a66276008da38e3fb24751f83dc128
# Parent 7cfe2a22462c927c1850f1aae6c142e12b72abaa
Merge with xen-ia64-unstable.hg
---
tools/python/xen/xend/XendDomainInfo.py | 1 +
1 files changed, 1 insertion(+)
diff -r 1bde28f762a6 -r 4d4a7ba24c01 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Mon Apr 09 13:40:25 2007 -0600
+++ b/tools/python/xen/xend/XendDomainInfo.py Tue Apr 10 10:29:05 2007 +0100
@@ -430,6 +430,7 @@ class XendDomainInfo:
self._endRestore()
except:
log.exception('VM resume failed')
+ self.destroy()
raise
else:
raise XendError('VM already running')
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|