Re: [PATCH 4/7] qga: Add shutdown/halt/reboot support for FreeBSD

2022-09-29 Thread Marc-André Lureau
On Thu, Sep 29, 2022 at 1:02 PM Alexander Ivanov < alexander.iva...@virtuozzo.com> wrote: > Add appropriate shutdown command arguments to qmp_guest_shutdown() > for FreeBSD. > > Signed-off-by: Alexander Ivanov > Reviewed-by: Marc-André Lureau > --- > qga/commands-posix.c | 7 +++ > 1 fil

[PATCH 4/7] qga: Add shutdown/halt/reboot support for FreeBSD

2022-09-29 Thread Alexander Ivanov
Add appropriate shutdown command arguments to qmp_guest_shutdown() for FreeBSD. Signed-off-by: Alexander Ivanov --- qga/commands-posix.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 49f9996a9c..88e0d0fe24 100644 --- a/qga/commands-p