From: Markus Armbruster Date: Tue, 14 May 2024 10:58:28 +0000 (+0200) Subject: qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2020337239b054447d0756ea75e970b35f7a541b;p=qemu.git qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop Signed-off-by: Markus Armbruster Message-ID: <20240514105829.729342-4-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Konstantin Kostiuk --- diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index bc9116f76a..38e89762b3 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -26,9 +26,6 @@ #define QERR_PROPERTY_VALUE_OUT_OF_RANGE \ "Property %s.%s doesn't take value %" PRId64 " (minimum: %" PRId64 ", maximum: %" PRId64 ")" -#define QERR_QGA_COMMAND_FAILED \ - "Guest agent command failed, error was '%s'" - #define QERR_UNSUPPORTED \ "this feature or command is not currently supported"