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

2017-01-27 Thread Wei Liu
On Fri, Jan 27, 2017 at 12:45:18PM +0100, 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 > cl

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

2017-01-27 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: