[XEND][XM] Move system memory reporting to XendConfig rather than getSysMem.
authorAlastair Tse <atse@xensource.com>
Thu, 9 Nov 2006 12:36:20 +0000 (12:36 +0000)
committerAlastair Tse <atse@xensource.com>
Thu, 9 Nov 2006 12:36:20 +0000 (12:36 +0000)
commitc4a7eda6cd6409ca6573078661ff8040babb26d9
treee74955432b16f0caa7c4c66bff00b631f799c479
parent218f1a9dc5977d1e8a11790c9571f745b5686308
[XEND][XM] Move system memory reporting to XendConfig rather than getSysMem.

Remove the additional XMLRPC calls per domain just to get system
memory and instead make sure we update that value and return it via
the SXP that gets returned when xm list is called.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/XMLRPCServer.py
tools/python/xen/xm/main.py