[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix to save CPU affinity for xm save/restore
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1226672871 0 # Node ID 85198c4d4da516000d002f66fded65f11ef64ab6 # Parent 3ba83def85a234d49ac426f46100dc2a6bcda761 Fix to save CPU affinity for xm save/restore Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendConfig.py | 2 -- 1 files changed, 2 deletions(-) diff -r 3ba83def85a2 -r 85198c4d4da5 tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Fri Nov 14 14:27:08 2008 +0000 +++ b/tools/python/xen/xend/XendConfig.py Fri Nov 14 14:27:51 2008 +0000 @@ -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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |