Re: [PATCH 1/7] qga: Add initial FreeBSD support

2022-09-29 Thread Alexander Ivanov
Hi Marc-André, Thank you for the review. On 29.09.2022 13:29, Marc-André Lureau wrote: On Thu, Sep 29, 2022 at 11:56 AM Alexander Ivanov wrote: - Fix device path. - Fix virtio-serial channel initialization. - Make the code buildable in FreeBSD. Signed-off-by: Alexander Iv

Re: [PATCH 1/7] qga: Add initial FreeBSD support

2022-09-29 Thread Marc-André Lureau
On Thu, Sep 29, 2022 at 11:56 AM Alexander Ivanov < alexander.iva...@virtuozzo.com> wrote: > - Fix device path. > - Fix virtio-serial channel initialization. > - Make the code buildable in FreeBSD. > > Signed-off-by: Alexander Ivanov > --- > meson.build | 2 +- > qga/channel-posix.c |

[PATCH 1/7] qga: Add initial FreeBSD support

2022-09-29 Thread Alexander Ivanov
- Fix device path. - Fix virtio-serial channel initialization. - Make the code buildable in FreeBSD. Signed-off-by: Alexander Ivanov --- meson.build | 2 +- qga/channel-posix.c | 14 ++ qga/commands-posix.c | 8 qga/main.c | 6 +- 4 files changed,