Re: [PATCH v4 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file

2022-10-14 Thread Marc-André Lureau
Hi On Fri, Oct 14, 2022 at 11:56 AM Alexander Ivanov < alexander.iva...@virtuozzo.com> wrote: > Hi > On 13.10.2022 14:10, Marc-André Lureau wrote: > > Hi > > On Thu, Oct 13, 2022 at 1:23 PM Alexander Ivanov < > alexander.iva...@virtuozzo.com> wrote: > >> In the next patches we are going to add Fr

Re: [PATCH v4 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file

2022-10-14 Thread Alexander Ivanov
Hi On 13.10.2022 14:10, Marc-André Lureau wrote: Hi On Thu, Oct 13, 2022 at 1:23 PM Alexander Ivanov wrote: In the next patches we are going to add FreeBSD support for QEMU Guest Agent. In the result, code in commands-posix.c will be too cumbersome. Move Linux-specific FS freez

Re: [PATCH v4 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file

2022-10-13 Thread Marc-André Lureau
Hi On Thu, Oct 13, 2022 at 1:23 PM Alexander Ivanov < alexander.iva...@virtuozzo.com> wrote: > In the next patches we are going to add FreeBSD support for QEMU Guest > Agent. In the result, code in commands-posix.c will be too cumbersome. > > Move Linux-specific FS freeze/thaw code to a separate

[PATCH v4 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file

2022-10-13 Thread Alexander Ivanov
In the next patches we are going to add FreeBSD support for QEMU Guest Agent. In the result, code in commands-posix.c will be too cumbersome. Move Linux-specific FS freeze/thaw code to a separate file commands-linux.c keeping common POSIX code in commands-posix.c. Reviewed-by: Konstantin Kostiuk