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

2024-04-24 Thread Konstantin Kostiuk
To series: Reviewed-by: Konstantin Kostiuk On Wed, Mar 20, 2024 at 6:17 PM Andrey Drobyshev < andrey.drobys...@virtuozzo.com> wrote: > v3 -> v4: > * Patch 1/7: > - Replaced "since 8.3" with "since 9.0" as we're now at v9.0.0-rc0; > - Renamed the field to 'total-bytes-privileged'; >

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

2024-03-20 Thread Andrey Drobyshev
v3 -> v4: * Patch 1/7: - Replaced "since 8.3" with "since 9.0" as we're now at v9.0.0-rc0; - Renamed the field to 'total-bytes-privileged'; - Got rid of the implementation details in the docs; * Patch 6/7: added g_autoptr macro to local error declaration. v3: