Re: [Xen-devel] [PATCH v8 17/24] x86: L2 CAT: implement CPU init and free flow.

2017-03-09 Thread Yi Sun
On 17-03-09 08:04:35, Jan Beulich wrote: > >>> On 15.02.17 at 09:49, wrote: > > @@ -684,6 +686,53 @@ struct feat_ops l3_cdp_ops = { > > .write_msr = l3_cdp_write_msr, > > }; > > > > +/* L2 CAT callback functions implementation. */ > > +static void

Re: [Xen-devel] [PATCH v8 17/24] x86: L2 CAT: implement CPU init and free flow.

2017-03-09 Thread Jan Beulich
>>> On 15.02.17 at 09:49, wrote: > @@ -684,6 +686,53 @@ struct feat_ops l3_cdp_ops = { > .write_msr = l3_cdp_write_msr, > }; > > +/* L2 CAT callback functions implementation. */ > +static void l2_cat_init_feature(struct cpuid_leaf regs, const struct cpuid_leaf *

Re: [Xen-devel] [PATCH v8 17/24] x86: L2 CAT: implement CPU init and free flow.

2017-02-28 Thread Yi Sun
On 17-02-28 15:15:36, Roger Pau Monn� wrote: > On Wed, Feb 15, 2017 at 04:49:32PM +0800, Yi Sun wrote: > > This patch implements the CPU init and free flow for L2 CAT including > > L2 CAT initialization callback function. > > > > Signed-off-by: Yi Sun > > --- > >

Re: [Xen-devel] [PATCH v8 17/24] x86: L2 CAT: implement CPU init and free flow.

2017-02-28 Thread Roger Pau Monné
On Wed, Feb 15, 2017 at 04:49:32PM +0800, Yi Sun wrote: > This patch implements the CPU init and free flow for L2 CAT including > L2 CAT initialization callback function. > > Signed-off-by: Yi Sun > --- > xen/arch/x86/psr.c| 72 >

[Xen-devel] [PATCH v8 17/24] x86: L2 CAT: implement CPU init and free flow.

2017-02-15 Thread Yi Sun
This patch implements the CPU init and free flow for L2 CAT including L2 CAT initialization callback function. Signed-off-by: Yi Sun --- xen/arch/x86/psr.c| 72 +++ xen/include/asm-x86/psr.h | 1 + 2 files changed,