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
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.