# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 40e586047ead7bd79514ca803fd045cce831e4f8
# Parent 695393d30ead1e72802dd1a5fada5e27d4154613
cpu_weight is now an int, not a float.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendConfig.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 695393d30ead -r 40e586047ead tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Wed Nov 08 12:25:56 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py Wed Nov 08 12:26:34 2006 +0000
@@ -142,7 +142,7 @@ ROUNDTRIPPING_CONFIG_ENTRIES = [
('uuid', str),
('vcpus', int),
('vcpu_avail', int),
- ('cpu_weight', float),
+ ('cpu_weight', int),
('memory', int),
('shadow_memory', int),
('maxmem', int),
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|