Re: [PATCH] qga: Add initial OpenBSD and NetBSD support

2022-12-26 Thread Brad Smith
On 12/26/2022 9:02 AM, Konstantin Kostiuk wrote: the series was merged Thank you.

Re: [PATCH] qga: Add initial OpenBSD and NetBSD support

2022-12-26 Thread Konstantin Kostiuk
the series was merged Best Regards, Konstantin Kostiuk. On Thu, Nov 17, 2022 at 10:50 AM Konstantin Kostiuk wrote: > Reviewed-by: Konstantin Kostiuk > > On Sun, Nov 13, 2022 at 9:32 PM Philippe Mathieu-Daudé > wrote: > >> On 12/11/22 12:40, Brad Smith wrote: >> > qga: Add initial OpenBSD and

Re: [PATCH] qga: Add initial OpenBSD and NetBSD support

2022-11-17 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Sun, Nov 13, 2022 at 9:32 PM Philippe Mathieu-Daudé wrote: > On 12/11/22 12:40, Brad Smith wrote: > > qga: Add initial OpenBSD and NetBSD support > > > > Signed-off-by: Brad Smith > > --- > > meson.build | 2 +- > > qga/commands-bsd.c | 5 +

Re: [PATCH] qga: Add initial OpenBSD and NetBSD support

2022-11-13 Thread Philippe Mathieu-Daudé
On 12/11/22 12:40, Brad Smith wrote: qga: Add initial OpenBSD and NetBSD support Signed-off-by: Brad Smith --- meson.build | 2 +- qga/commands-bsd.c | 5 + qga/commands-posix.c | 9 +++-- qga/main.c | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-

[PATCH] qga: Add initial OpenBSD and NetBSD support

2022-11-12 Thread Brad Smith
qga: Add initial OpenBSD and NetBSD support Signed-off-by: Brad Smith --- meson.build | 2 +- qga/commands-bsd.c | 5 + qga/commands-posix.c | 9 +++-- qga/main.c | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/meson.build b/meson.build in