Re: [PATCH 1/4] util: Parse RSS into ullp

2023-06-14 Thread Martin Kletzander
On Mon, Jun 12, 2023 at 10:25:26AM +0200, Michal Prívozník wrote: On 6/12/23 09:55, Martin Kletzander wrote: It is used to fill an unsigned long long anyway and if it is negative than there is really an issue somewhere. Signed-off-by: Martin Kletzander --- src/qemu/qemu_driver.c | 2 +- src/

Re: [PATCH 1/4] util: Parse RSS into ullp

2023-06-12 Thread Michal Prívozník
On 6/12/23 09:55, Martin Kletzander wrote: > It is used to fill an unsigned long long anyway and if it is negative > than there is really an issue somewhere. > > Signed-off-by: Martin Kletzander > --- > src/qemu/qemu_driver.c | 2 +- > src/util/virprocess.c | 17 ++--- > src/util/v

[PATCH 1/4] util: Parse RSS into ullp

2023-06-12 Thread Martin Kletzander
It is used to fill an unsigned long long anyway and if it is negative than there is really an issue somewhere. Signed-off-by: Martin Kletzander --- src/qemu/qemu_driver.c | 2 +- src/util/virprocess.c | 17 ++--- src/util/virprocess.h | 2 +- 3 files changed, 12 insertions(+), 9