From: Ewan Mellor Date: Wed, 8 Nov 2006 12:26:34 +0000 (+0000) Subject: cpu_weight is now an int, not a float. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15567^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=063ac3b0747776e7ca192290b955659fee0f9a29;p=xen.git cpu_weight is now an int, not a float. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 32d9f906ac..68d4e48ec6 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -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),