Re: [Xen-devel] [PATCH v2] docs: clarify xl mem-max semantics

2017-01-27 Thread Wei Liu
On Fri, Jan 27, 2017 at 10:37:51AM +0100, Juergen Gross wrote: > On 24/01/17 22:47, Jim Fehlig wrote: > > On 01/23/2017 02:49 AM, Juergen Gross wrote: > >> The information given in the xl man page for the mem-max command is > >> rather brief. Expand it in order to let the reader understand what it

Re: [Xen-devel] [PATCH v2] docs: clarify xl mem-max semantics

2017-01-27 Thread Juergen Gross
On 24/01/17 22:47, Jim Fehlig wrote: > On 01/23/2017 02:49 AM, Juergen Gross wrote: >> The information given in the xl man page for the mem-max command is >> rather brief. Expand it in order to let the reader understand what it >> is really doing. >> >> As the related libxl function libxl_domain_se

Re: [Xen-devel] [PATCH v2] docs: clarify xl mem-max semantics

2017-01-24 Thread Andrew Cooper
On 24/01/2017 21:47, Jim Fehlig wrote: > On 01/23/2017 02:49 AM, Juergen Gross wrote: >> The information given in the xl man page for the mem-max command is >> rather brief. Expand it in order to let the reader understand what it >> is really doing. >> >> As the related libxl function libxl_domain_

Re: [Xen-devel] [PATCH v2] docs: clarify xl mem-max semantics

2017-01-24 Thread Jim Fehlig
On 01/23/2017 02:49 AM, Juergen Gross wrote: The information given in the xl man page for the mem-max command is rather brief. Expand it in order to let the reader understand what it is really doing. As the related libxl function libxl_domain_setmaxmem() isn't much clearer add a comment to it ex

[Xen-devel] [PATCH v2] docs: clarify xl mem-max semantics

2017-01-23 Thread Juergen Gross
The information given in the xl man page for the mem-max command is rather brief. Expand it in order to let the reader understand what it is really doing. As the related libxl function libxl_domain_setmaxmem() isn't much clearer add a comment to it explaining the desired semantics. Signed-off-by: