Re: [PATCH v2 0/7] qga/commands-posix: replace code duplicating commands with a helper

2024-03-04 Thread Dehan Meng
QE tested this series's patches. qga-related commands worked successfully. Tested-by: Dehan Meng On Mon, Mar 4, 2024 at 8:00 PM Konstantin Kostiuk wrote: > For series > Reviewed-by: Konstantin Kostiuk > > On Fri, Mar 1, 2024 at 7:29 PM Andrey Drobyshev < > andrey.drobys...@virtuozzo.com> wro

Re: [PATCH v2 0/7] qga/commands-posix: replace code duplicating commands with a helper

2024-03-04 Thread Konstantin Kostiuk
For series Reviewed-by: Konstantin Kostiuk On Fri, Mar 1, 2024 at 7:29 PM Andrey Drobyshev < andrey.drobys...@virtuozzo.com> wrote: > v1 --> v2: > * Replace commit for guest-get-fsinfo: instead of reporting statvfs(3) >values directly, keep the old ones but add an additional optional >f

[PATCH v2 0/7] qga/commands-posix: replace code duplicating commands with a helper

2024-03-01 Thread Andrey Drobyshev
v1 --> v2: * Replace commit for guest-get-fsinfo: instead of reporting statvfs(3) values directly, keep the old ones but add an additional optional field 'total-bytes-root', only reported in POSIX. Also tweak the fields description in qga/qapi-schema.json to document where the values