ia64/xen-unstable
changeset 18799:85198c4d4da5
Fix to save CPU affinity for xm save/restore
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Nov 14 14:27:51 2008 +0000 (2008-11-14) |
parents | 3ba83def85a2 |
children | 2188ed106885 |
files | tools/python/xen/xend/XendConfig.py |
line diff
1.1 --- a/tools/python/xen/xend/XendConfig.py Fri Nov 14 14:27:08 2008 +0000 1.2 +++ b/tools/python/xen/xend/XendConfig.py Fri Nov 14 14:27:51 2008 +0000 1.3 @@ -1032,8 +1032,6 @@ class XendConfig(dict): 1.4 sxpr.append([name, s]) 1.5 1.6 for xenapi, legacy in XENAPI_CFG_TO_LEGACY_CFG.items(): 1.7 - if legacy in ('cpus'): # skip this 1.8 - continue 1.9 if self.has_key(xenapi) and self[xenapi] not in (None, []): 1.10 if type(self[xenapi]) == bool: 1.11 # convert booleans to ints before making an sxp item