Re: [PATCH v3] tools/libs/light: update xenstore entry when setting max domain memory

2022-05-19 Thread Anthony PERARD
On Mon, May 02, 2022 at 10:47:29AM +0200, Juergen Gross wrote: > libxl_domain_setmaxmem() called during "xl mem-max" should update the > domain's memory/static-max Xenstore node, as otherwise "xl mem-set" > won't be able to set the memory size to the new maximum. > > Adjust the related comments an

Re: [PATCH v3] tools/libs/light: update xenstore entry when setting max domain memory

2022-05-18 Thread Juergen Gross
Ping? On 02.05.22 10:47, Juergen Gross wrote: libxl_domain_setmaxmem() called during "xl mem-max" should update the domain's memory/static-max Xenstore node, as otherwise "xl mem-set" won't be able to set the memory size to the new maximum. Adjust the related comments and documentation accordin

[PATCH v3] tools/libs/light: update xenstore entry when setting max domain memory

2022-05-02 Thread Juergen Gross
libxl_domain_setmaxmem() called during "xl mem-max" should update the domain's memory/static-max Xenstore node, as otherwise "xl mem-set" won't be able to set the memory size to the new maximum. Adjust the related comments and documentation accordingly. Signed-off-by: Juergen Gross --- V2: - adj