ia64/xen-unstable
changeset 14455:cfb265b93b2d
Fix xm list's printing of the memory target, when in legacy mode.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Sat Mar 17 23:57:17 2007 +0000 (2007-03-17) |
parents | 2adbc1d22fe7 |
children | 6b2875302558 |
files | tools/python/xen/xm/main.py |
line diff
1.1 --- a/tools/python/xen/xm/main.py Sat Mar 17 23:55:03 2007 +0000 1.2 +++ b/tools/python/xen/xm/main.py Sat Mar 17 23:57:17 2007 +0000 1.3 @@ -796,7 +796,7 @@ def parse_doms_info(info): 1.4 else: 1.5 parsed_info['cpu_time'] = 0 1.6 else: 1.7 - parsed_info['mem'] = get_info('memory_dynamic_min', int,0) 1.8 + parsed_info['mem'] = get_info('memory', int,0) 1.9 parsed_info['cpu_time'] = get_info('cpu_time', float, 0.0) 1.10 1.11 return parsed_info