Re: [PATCH v3 3/7] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper

2024-03-19 Thread Daniel P . Berrangé
On Fri, Mar 15, 2024 at 02:29:42PM +0200, Andrey Drobyshev wrote: > Also remove the G_GNUC_UNUSED attribute added in the previous commit from > the helper. > > Signed-off-by: Andrey Drobyshev > --- > qga/commands-posix.c | 39 ++- > 1 file changed, 6

[PATCH v3 3/7] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper

2024-03-15 Thread Andrey Drobyshev
Also remove the G_GNUC_UNUSED attribute added in the previous commit from the helper. Signed-off-by: Andrey Drobyshev --- qga/commands-posix.c | 39 ++- 1 file changed, 6 insertions(+), 33 deletions(-) diff --git a/qga/commands-posix.c b/qga/commands-posix.c