ia64/xen-unstable
changeset 14779:4d4a7ba24c01
Merge with xen-ia64-unstable.hg
author | kfraser@localhost.localdomain |
---|---|
date | Tue Apr 10 10:29:05 2007 +0100 (2007-04-10) |
parents | 1bde28f762a6 7cfe2a22462c |
children | 17b360da7887 |
files |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Mon Apr 09 13:40:25 2007 -0600 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Tue Apr 10 10:29:05 2007 +0100 1.3 @@ -430,6 +430,7 @@ class XendDomainInfo: 1.4 self._endRestore() 1.5 except: 1.6 log.exception('VM resume failed') 1.7 + self.destroy() 1.8 raise 1.9 else: 1.10 raise XendError('VM already running')