Re: [Xen-devel] [PATCH v14 16/23] x86: L2 CAT: implement CPU init flow.

2017-07-31 Thread Jan Beulich
>>> Yi Sun 07/15/17 2:49 AM >>> >@@ -273,6 +275,12 @@ static int cat_init_feature(const struct cpuid_leaf *regs, >struct psr_socket_info *info, >enum psr_feat_type type) >{ >+const char * const cat_feat_name[FEAT_TYPE_NUM] = { Strictly speaking the blank after the

[Xen-devel] [PATCH v14 16/23] x86: L2 CAT: implement CPU init flow.

2017-07-14 Thread Yi Sun
This patch implements the CPU init flow for L2 CAT. Signed-off-by: Yi Sun --- v14: - remove the 'Notes' in commit message because a stub function is implemented to avoid the potential issue. (suggested by Jan Beulich) - put address of 'feat_l2_cat'