ia64/xen-unstable
changeset 13828:5c6f94192698
Added default for the vcpus_params key.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Fri Feb 02 14:32:48 2007 +0000 (2007-02-02) |
parents | c804da44b06c |
children | f9384402bc1e |
files | tools/python/xen/xend/XendConfig.py |
line diff
1.1 --- a/tools/python/xen/xend/XendConfig.py Fri Feb 02 10:25:17 2007 +0000 1.2 +++ b/tools/python/xen/xend/XendConfig.py Fri Feb 02 14:32:48 2007 +0000 1.3 @@ -371,6 +371,7 @@ class XendConfig(dict): 1.4 'cpu_weight': 256, 1.5 'cpu_cap': 0, 1.6 'vcpus_number': 1, 1.7 + 'vcpus_params': {}, 1.8 'console_refs': [], 1.9 'vif_refs': [], 1.10 'vbd_refs': [],