debuggers.hg
changeset 6915:2f5537317988
merge?
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu Sep 15 16:55:32 2005 +0000 (2005-09-15) |
parents | e85f93d1ca59 753c49dc808c |
children | c21f47a03225 2dcfb85a95b9 |
files | tools/python/xen/xend/XendBootloader.py tools/python/xen/xend/XendDomainInfo.py tools/python/xen/xend/image.py tools/python/xen/xm/create.py |
line diff
2.1 --- a/tools/python/xen/xend/XendDomainInfo.py Thu Sep 15 16:55:05 2005 +0000 2.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Thu Sep 15 16:55:32 2005 +0000 2.3 @@ -354,7 +354,8 @@ class XendDomainInfo: 2.4 else: 2.5 di = dom_get(self.domid) 2.6 if not di: 2.7 - return 2.8 + return 2.9 + self.info = di 2.10 self.memory = self.info['mem_kb'] / 1024 2.11 self.ssidref = self.info['ssidref'] 2.12