Re: [Xen-devel] [PATCH 2/4] tools: libxc: add routine to get CMT L3 event mask

2014-12-24 Thread Chao Peng
On Tue, Dec 23, 2014 at 03:46:41PM +, Andrew Cooper wrote: > > On 23/12/2014 08:54, Chao Peng wrote: > >This is the xc side wrapper for XEN_SYSCTL_PSR_CMT_get_l3_event_mask > >of XEN_SYSCTL_psr_cmt_op. Additional check for event id against value > >got from this routine is also added. > > > >S

Re: [Xen-devel] [PATCH 2/4] tools: libxc: add routine to get CMT L3 event mask

2014-12-23 Thread Andrew Cooper
On 23/12/2014 08:54, Chao Peng wrote: This is the xc side wrapper for XEN_SYSCTL_PSR_CMT_get_l3_event_mask of XEN_SYSCTL_psr_cmt_op. Additional check for event id against value got from this routine is also added. Signed-off-by: Chao Peng --- tools/libxc/include/xenctrl.h |1 + tools/li

[Xen-devel] [PATCH 2/4] tools: libxc: add routine to get CMT L3 event mask

2014-12-23 Thread Chao Peng
This is the xc side wrapper for XEN_SYSCTL_PSR_CMT_get_l3_event_mask of XEN_SYSCTL_psr_cmt_op. Additional check for event id against value got from this routine is also added. Signed-off-by: Chao Peng --- tools/libxc/include/xenctrl.h |1 + tools/libxc/xc_psr.c | 32 ++