Re: [Xen-devel] [PATCH v10 21/25] x86: L2 CAT: implement set value flow.

2017-04-12 Thread Jan Beulich
>>> On 01.04.17 at 15:53, wrote: > --- a/xen/arch/x86/domctl.c > +++ b/xen/arch/x86/domctl.c > @@ -1466,6 +1466,16 @@ long arch_do_domctl( >PSR_CBM_TYPE_L3_DATA); > break; > > +case XEN_DOMCTL_PSR_CAT_OP_SET_L2_CBM: > +if ( domctl-

[Xen-devel] [PATCH v10 21/25] x86: L2 CAT: implement set value flow.

2017-04-01 Thread Yi Sun
This patch implements L2 CAT set value related callback functions and domctl interface. Signed-off-by: Yi Sun --- v10: - check input data and remove cast in domctl. (suggested by Jan Beulich) - remove some hooks assignment due to previous patches changes. (suggested by Jan Beu