[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: Advertise save/restore multiple VCPU contexts capability.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1172837470 0 # Node ID bb22c21e1af76b2071e84f25433814ab829e4b39 # Parent d12432f3131110672644b5b77cf3eb2aef34378c tools: Advertise save/restore multiple VCPU contexts capability. This capability means that save/restore will remember contexts of all online VCPUs at the time of final guest suspend. Any initialised but offline VCPUs will not be saved! Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -r d12432f31311 -r bb22c21e1af7 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Fri Mar 02 11:25:12 2007 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Mar 02 12:11:10 2007 +0000 @@ -780,7 +780,8 @@ class XendDomainInfo: 'vm': self.vmpath, 'name': self.info['name_label'], 'console/limit': str(xoptions.get_console_limit() * 1024), - 'memory/target': str(self.info['memory_static_min'] * 1024) + 'memory/target': str(self.info['memory_static_min'] * 1024), + 'control/platform-feature-multiprocessor-suspend': str(1) } def f(n, v): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |