Re: [Xen-devel] [PATCH v2 08/15] tools: create general interfaces to support psr allocation features

2017-09-04 Thread Wei Liu
On Mon, Sep 04, 2017 at 10:09:48AM +0800, Yi Sun wrote: > On 17-08-31 09:37:45, Roger Pau Monn� wrote: > > On Thu, Aug 31, 2017 at 10:38:46AM +0800, Yi Sun wrote: > > > On 17-08-30 09:42:56, Roger Pau Monn� wrote: > > > > On Thu, Aug 24, 2017 at 09:14:42AM +0800, Yi Sun wrote: > > > > > diff --git

Re: [Xen-devel] [PATCH v2 08/15] tools: create general interfaces to support psr allocation features

2017-09-03 Thread Yi Sun
On 17-08-31 09:37:45, Roger Pau Monn� wrote: > On Thu, Aug 31, 2017 at 10:38:46AM +0800, Yi Sun wrote: > > On 17-08-30 09:42:56, Roger Pau Monn� wrote: > > > On Thu, Aug 24, 2017 at 09:14:42AM +0800, Yi Sun wrote: > > > > diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl > > >

Re: [Xen-devel] [PATCH v2 08/15] tools: create general interfaces to support psr allocation features

2017-08-31 Thread Roger Pau Monn�
On Thu, Aug 31, 2017 at 10:38:46AM +0800, Yi Sun wrote: > On 17-08-30 09:42:56, Roger Pau Monn� wrote: > > On Thu, Aug 24, 2017 at 09:14:42AM +0800, Yi Sun wrote: > > > This patch creates general interfaces in libxl to support all psr > > > allocation features. > > > > > > Add

Re: [Xen-devel] [PATCH v2 08/15] tools: create general interfaces to support psr allocation features

2017-08-30 Thread Yi Sun
On 17-08-30 09:42:56, Roger Pau Monn� wrote: > On Thu, Aug 24, 2017 at 09:14:42AM +0800, Yi Sun wrote: > > This patch creates general interfaces in libxl to support all psr > > allocation features. > > > > Add 'LIBXL_HAVE_PSR_MBA' to indicate interface change. > > I'm not sure this is enough to

Re: [Xen-devel] [PATCH v2 08/15] tools: create general interfaces to support psr allocation features

2017-08-30 Thread Roger Pau Monné
On Thu, Aug 24, 2017 at 09:14:42AM +0800, Yi Sun wrote: > This patch creates general interfaces in libxl to support all psr > allocation features. > > Add 'LIBXL_HAVE_PSR_MBA' to indicate interface change. I'm not sure this is enough to cover the changes you are doing here: you are introducing

[Xen-devel] [PATCH v2 08/15] tools: create general interfaces to support psr allocation features

2017-08-23 Thread Yi Sun
This patch creates general interfaces in libxl to support all psr allocation features. Add 'LIBXL_HAVE_PSR_MBA' to indicate interface change. Please note, the functionality cannot work until later patches are applied. Signed-off-by: Yi Sun --- v2: - remove '_INFO'