[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable test] 2521: all pass
On Wed, Nov 03, Ian Jackson wrote: > Olaf Hering writes ("Re: [Xen-devel] [xen-unstable test] 2521: all pass"): > > I just checked my quilt queue and wonder why I still need this patch to > > get around the assert in the python code? > > http://lists.xensource.com/archives/html/xen-devel/2010-08/msg01461.html > > I don't know. > > > A fix for this is here: > > http://lists.xensource.com/archives/html/xen-devel/2010-08/msg01813.html > > That's in xen-unstable, too. Are you sure? My copy looks like this, and the patch still applies. 686 # Convert scheduling parameters to vcpus_params 687 if 'vcpus_params' not in cfg: 688 cfg['vcpus_params'] = {} 689 if not cfg["vcpus_params"].has_key("weight"): 690 cfg["vcpus_params"]["weight"] = \ 691 int(sxp.child_value(sxp_cfg, "cpu_weight", 256)) 692 if not cfg["vcpus_params"].has_key("cap"): 693 cfg["vcpus_params"]["cap"] = \ 694 int(sxp.child_value(sxp_cfg, "cpu_cap", 0)) Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |