projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8389ab4
)
Added default for the vcpus_params key.
author
Ewan Mellor
<ewan@xensource.com>
Fri, 2 Feb 2007 14:32:48 +0000
(14:32 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Fri, 2 Feb 2007 14:32:48 +0000
(14:32 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index 3c36eb04211ebe65e782111303af98d2f141c0fa..223a90cf6efc18a2aaacb8eeabfa36498a18ebb4 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-371,6
+371,7
@@
class XendConfig(dict):
'cpu_weight': 256,
'cpu_cap': 0,
'vcpus_number': 1,
+ 'vcpus_params': {},
'console_refs': [],
'vif_refs': [],
'vbd_refs': [],