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

2017-08-30 Thread Yi Sun
On 17-08-30 09:58:03, Roger Pau Monn� wrote: > On Thu, Aug 24, 2017 at 09:14:43AM +0800, Yi Sun wrote: > > diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h > > index c7710b8..81a6f48 100644 > > --- a/tools/libxc/include/xenctrl.h > > +++ b/tools/libxc/include/xenctrl.h >

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

2017-08-30 Thread Roger Pau Monné
On Thu, Aug 24, 2017 at 09:14:43AM +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 > --- > v2: > - split this patch

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

2017-08-23 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 --- v2: - split this patch out from a big patch in v1. (suggested by Wei Liu) - change