Re: [Xen-devel] [PATCH v9 05/13] x86: expose CBM length and COS number information

2015-06-15 Thread Jan Beulich
>>> On 03.06.15 at 06:53, wrote: > General CAT information such as maximum COS and CBM length are exposed to > user space by a SYSCTL hypercall, to help user space to construct the CBM. > > Signed-off-by: Chao Peng > Reviewed-by: Andrew Cooper > --- > Changes in v9: > * Initialize 'info' explic

[Xen-devel] [PATCH v9 05/13] x86: expose CBM length and COS number information

2015-06-02 Thread Chao Peng
General CAT information such as maximum COS and CBM length are exposed to user space by a SYSCTL hypercall, to help user space to construct the CBM. Signed-off-by: Chao Peng Reviewed-by: Andrew Cooper --- Changes in v9: * Initialize 'info' explictly so that compiler would not complain. * Simplif