Re: [PATCH v3] tools/xl: fix autoballoon regex

2021-09-28 Thread Dmitry Isaykin
Thanks! That's a good idea. I will do it in v4 patch.It seems that "dom0_mem=" is a correct setting. It means "give all unused by hypervisor memory to dom0".15:36, 28 сентября 2021 г., Anthony PERARD :On Thu, Sep 16, 2021 at 03:15:21PM +0300, Dmitry Isaykin wrote: This regex is used for

Re: [PATCH v3] tools/xl: fix autoballoon regex

2021-09-28 Thread Anthony PERARD
On Thu, Sep 16, 2021 at 03:15:21PM +0300, Dmitry Isaykin wrote: > This regex is used for auto-balloon mode detection based on Xen command line. > > The case of specifying a negative size was handled incorrectly. > From misc/xen-command-line documentation: > > dom0_mem (x86) > = List of (

[PATCH v3] tools/xl: fix autoballoon regex

2021-09-16 Thread Dmitry Isaykin
This regex is used for auto-balloon mode detection based on Xen command line. The case of specifying a negative size was handled incorrectly. >From misc/xen-command-line documentation: dom0_mem (x86) = List of ( min: | max: | ) If a size is positive, it represents an absolute