Displaying 1 result from an estimated 1 matches for "cpu_sedf_get".
2005 Oct 13
2
[PATCH] sedf get in XendClient API
..."period", period,
+ "slice", slice,
+ "latency", latency,
+ "extratime", extratime
+ "weight", weight);
tools/python/xen/xend/XendClient.py
line 351
class URL:
...
+ def xend_domain_cpu_sedf_get(self, id):
+ return self.xendPost(self.domainurl(id),
+ {''op'' : ''cpu_sedf_get''})
tools/python/xen/xend/server/SrvDomain.py
class SrvDomain(SrvDir):
line 212
...
+ def op_cpu_sedf_get(self, op, req):
+ fn = FormFn(s...