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
>>> 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
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: