Re: [PATCH v3] qga: return a more explicit error on why a command is disabled

2021-03-17 Thread Peter Krempa
On Fri, Feb 19, 2021 at 12:28:14 +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > qmp_disable_command() now takes an optional error string to return a > more explicit error message. > > Fixes: > https://bugzilla.redhat.com/show_bug.cgi?id=1928806 > > Signed-off-by: Marc-A

[PATCH v3] qga: return a more explicit error on why a command is disabled

2021-02-19 Thread marcandre . lureau
From: Marc-André Lureau qmp_disable_command() now takes an optional error string to return a more explicit error message. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1928806 Signed-off-by: Marc-André Lureau --- v3: - back to passing an error string, but appended to the error message.