Re: [SUSPECTED SPAM][PATCH v4] tools/xl: fix autoballoon regex

2021-10-01 Thread Anthony PERARD
On Wed, Sep 29, 2021 at 03:44:33PM +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 v4] tools/xl: fix autoballoon regex

2021-09-29 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 value.