aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-11-14 14:27:51 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-11-14 14:27:51 +0000
commit541e42472a3273355e3e5517dcff1a97df859936 (patch)
tree24d311c72654f1f3cb1edd3b30d6310bfa75360f /tools
parent317b951c7ba17bd8716b7954476ccd8c68010721 (diff)
downloadxen-541e42472a3273355e3e5517dcff1a97df859936.tar.gz
xen-541e42472a3273355e3e5517dcff1a97df859936.tar.bz2
xen-541e42472a3273355e3e5517dcff1a97df859936.zip
Fix to save CPU affinity for xm save/restore
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendConfig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py
index eb868e7b29..0773fa5e57 100644
--- a/tools/python/xen/xend/XendConfig.py
+++ b/tools/python/xen/xend/XendConfig.py
@@ -1032,8 +1032,6 @@ class XendConfig(dict):
sxpr.append([name, s])
for xenapi, legacy in XENAPI_CFG_TO_LEGACY_CFG.items():
- if legacy in ('cpus'): # skip this
- continue
if self.has_key(xenapi) and self[xenapi] not in (None, []):
if type(self[xenapi]) == bool:
# convert booleans to ints before making an sxp item