Re: [PATCH v3 6/7] qga: Move HW address getting to a separate function

2022-10-03 Thread Konstantin Kostiuk
On Mon, Oct 3, 2022 at 12:58 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Mon, Oct 3, 2022 at 1:39 PM Alexander Ivanov < > alexander.iva...@virtuozzo.com> wrote: > >> In the next patch FreeBSD support for guest-network-get-interfaces will be >> added. Previously move Linux

Re: [PATCH v3 6/7] qga: Move HW address getting to a separate function

2022-10-03 Thread Marc-André Lureau
Hi On Mon, Oct 3, 2022 at 1:39 PM Alexander Ivanov < alexander.iva...@virtuozzo.com> wrote: > In the next patch FreeBSD support for guest-network-get-interfaces will be > added. Previously move Linux-specific code of HW address getting to a > separate functions and add a dumb function to commands

[PATCH v3 6/7] qga: Move HW address getting to a separate function

2022-10-03 Thread Alexander Ivanov
In the next patch FreeBSD support for guest-network-get-interfaces will be added. Previously move Linux-specific code of HW address getting to a separate functions and add a dumb function to commands-bsd.c. Signed-off-by: Alexander Ivanov --- qga/commands-bsd.c| 16 +++ qga/commands-com