Re: [Xen-devel] [PATCH v9 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-04-01 Thread Dario Faggioli
On Thu, 2016-03-31 at 23:59 -0500, Chong Li wrote: > Add XEN_DOMCTL_SCHEDOP_getvcpuinfo and _putvcpuinfo hypercalls > to independently get and set the scheduling parameters of each > vCPU of a domain. > > Also fix a bug in XEN_DOMCTL_SCHEDOP_getinfo, where PERIOD and > BUDGET are not divided by MI

Re: [Xen-devel] [PATCH v9 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-04-01 Thread Jan Beulich
>>> On 01.04.16 at 06:59, wrote: > Add XEN_DOMCTL_SCHEDOP_getvcpuinfo and _putvcpuinfo hypercalls > to independently get and set the scheduling parameters of each > vCPU of a domain. > > Also fix a bug in XEN_DOMCTL_SCHEDOP_getinfo, where PERIOD and > BUDGET are not divided by MICROSECS(1) before

[Xen-devel] [PATCH v9 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-31 Thread Chong Li
Add XEN_DOMCTL_SCHEDOP_getvcpuinfo and _putvcpuinfo hypercalls to independently get and set the scheduling parameters of each vCPU of a domain. Also fix a bug in XEN_DOMCTL_SCHEDOP_getinfo, where PERIOD and BUDGET are not divided by MICROSECS(1) before being retruned to the caller. Signed-off-by: