# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID c2bc435da1146bd937c582fd19818671e4bd82cc
# Parent 76e5bf49cb37aaedddf4e175efa906498a8df395
Fix cpu_cap option.
Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
tools/python/xen/xend/XendConfig.py | 1 +
1 files changed, 1 insertion(+)
diff -r 76e5bf49cb37 -r c2bc435da114 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Thu Nov 16 10:26:20 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py Thu Nov 16 10:28:26 2006 +0000
@@ -142,6 +142,7 @@ ROUNDTRIPPING_CONFIG_ENTRIES = [
('uuid', str),
('vcpus', int),
('vcpu_avail', int),
+ ('cpu_cap', int),
('cpu_weight', int),
('memory', int),
('shadow_memory', int),
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|