Re: [Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-03-12 Thread Stefano Stabellini
On Thu, 12 Mar 2015, Ian Campbell wrote: > On Thu, 2015-03-12 at 11:02 +, Stefano Stabellini wrote: > > On Thu, 26 Feb 2015, Ian Campbell wrote: > > > On Thu, 2015-02-26 at 12:19 +, Stefano Stabellini wrote: > > > > On Wed, 25 Feb 2015, Don Slutz wrote: > > > > > On 02/25/15 10:07, Stefano

Re: [Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-03-12 Thread Ian Campbell
On Thu, 2015-03-12 at 11:02 +, Stefano Stabellini wrote: > On Thu, 26 Feb 2015, Ian Campbell wrote: > > On Thu, 2015-02-26 at 12:19 +, Stefano Stabellini wrote: > > > On Wed, 25 Feb 2015, Don Slutz wrote: > > > > On 02/25/15 10:07, Stefano Stabellini wrote: > > > > > LIBXL_MAXMEM_CONSTANT i

Re: [Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-03-12 Thread Stefano Stabellini
On Thu, 26 Feb 2015, Ian Campbell wrote: > On Thu, 2015-02-26 at 12:19 +, Stefano Stabellini wrote: > > On Wed, 25 Feb 2015, Don Slutz wrote: > > > On 02/25/15 10:07, Stefano Stabellini wrote: > > > > LIBXL_MAXMEM_CONSTANT is used to increase the maxmem setting for a > > > > domain by a constan

Re: [Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-03-02 Thread Ian Campbell
On Wed, 2015-02-25 at 15:07 +, Stefano Stabellini wrote: > LIBXL_MAXMEM_CONSTANT is used to increase the maxmem setting for a > domain by a constant amount. As it is not clear the reason why we should > be doing this, remove the constant. When you resend please could you include a reference (e

Re: [Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-02-26 Thread Stefano Stabellini
On Wed, 25 Feb 2015, Don Slutz wrote: > On 02/25/15 10:07, Stefano Stabellini wrote: > > LIBXL_MAXMEM_CONSTANT is used to increase the maxmem setting for a > > domain by a constant amount. As it is not clear the reason why we should > > be doing this, remove the constant. > > > > Signed-off-by: St

Re: [Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-02-26 Thread Ian Campbell
On Thu, 2015-02-26 at 12:19 +, Stefano Stabellini wrote: > On Wed, 25 Feb 2015, Don Slutz wrote: > > On 02/25/15 10:07, Stefano Stabellini wrote: > > > LIBXL_MAXMEM_CONSTANT is used to increase the maxmem setting for a > > > domain by a constant amount. As it is not clear the reason why we shou

Re: [Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-02-25 Thread Don Slutz
On 02/25/15 10:07, Stefano Stabellini wrote: > LIBXL_MAXMEM_CONSTANT is used to increase the maxmem setting for a > domain by a constant amount. As it is not clear the reason why we should > be doing this, remove the constant. > > Signed-off-by: Stefano Stabellini > CC: mlati...@suse.com > CC: ia

[Xen-devel] [PATCH] libxl: remove LIBXL_MAXMEM_CONSTANT

2015-02-25 Thread Stefano Stabellini
LIBXL_MAXMEM_CONSTANT is used to increase the maxmem setting for a domain by a constant amount. As it is not clear the reason why we should be doing this, remove the constant. Signed-off-by: Stefano Stabellini CC: mlati...@suse.com CC: ian.campb...@citrix.com --- tools/libxl/libxl.c |