Re: [Xen-devel] [PATCH v5 10/16] tools: implement the new libxc get hw info interface

2017-10-06 Thread Roger Pau Monné
On Sat, Sep 30, 2017 at 01:39:20AM +, Yi Sun wrote: > This patch implements a new libxc get hw info interface and corresponding > data structures. It also changes libxl_psr.c to call this new interface. > > Signed-off-by: Yi Sun Reviewed-by: Roger Pau Monné Provided that my comment and Wei

Re: [Xen-devel] [PATCH v5 10/16] tools: implement the new libxc get hw info interface

2017-10-05 Thread Wei Liu
On Sat, Sep 30, 2017 at 09:39:20AM +0800, Yi Sun wrote: > This patch implements a new libxc get hw info interface and corresponding > data structures. It also changes libxl_psr.c to call this new interface. > > Signed-off-by: Yi Sun > + > +hw_info->cat.cos_max = sysctl.u.psr_alloc.u.cat_i

[Xen-devel] [PATCH v5 10/16] tools: implement the new libxc get hw info interface

2017-09-29 Thread Yi Sun
This patch implements a new libxc get hw info interface and corresponding data structures. It also changes libxl_psr.c to call this new interface. Signed-off-by: Yi Sun --- CC: Wei Liu CC: Ian Jackson CC: Roger Pau Monné CC: Chao Peng v5: - directly define 'xc_psr_hw_info' as union type.