>>> 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
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