Re: [Xen-devel] [PATCH v3 09/15] tools: implement the new libxc get hw info interface

2017-09-19 Thread Yi Sun
On 17-09-19 11:15:11, Roger Pau Monn� wrote: > On Tue, Sep 05, 2017 at 05:32:31PM +0800, Yi Sun wrote: > > diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h > > index c7710b8..bbdf8e2 100644 > > --- a/tools/libxc/include/xenctrl.h > > +++ b/tools/libxc/include/xenctrl.h > >

Re: [Xen-devel] [PATCH v3 09/15] tools: implement the new libxc get hw info interface

2017-09-19 Thread Roger Pau Monné
On Tue, Sep 05, 2017 at 05:32:31PM +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 > --- > v3: > - rename 'psr_cat/PSR_CAT' to 'psr_alloc/PSR_A

[Xen-devel] [PATCH v3 09/15] tools: implement the new libxc get hw info interface

2017-09-05 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 --- v3: - rename 'psr_cat/PSR_CAT' to 'psr_alloc/PSR_ALLOC' and remove 'op/OP' from name. (suggested by Roger Pa