X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qerror.h;h=8058456d2e831ffbb15a019849d0e53b16adceda;hb=a80f53aee36f177203a2d4e7a046dc0365e42150;hp=9a9fa5b7eb0925c72cfed4540cc43deedb7713a0;hpb=c40cc0a0ddbcda2af446b40271025b3dbee119ce;p=qemu.git diff --git a/qerror.h b/qerror.h index 9a9fa5b7e..8058456d2 100644 --- a/qerror.h +++ b/qerror.h @@ -166,6 +166,9 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_SET_PASSWD_FAILED \ "{ 'class': 'SetPasswdFailed', 'data': {} }" +#define QERR_ADD_CLIENT_FAILED \ + "{ 'class': 'AddClientFailed', 'data': {} }" + #define QERR_TOO_MANY_FILES \ "{ 'class': 'TooManyFiles', 'data': {} }" @@ -184,4 +187,10 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_FEATURE_DISABLED \ "{ 'class': 'FeatureDisabled', 'data': { 'name': %s } }" +#define QERR_QGA_LOGGING_FAILED \ + "{ 'class': 'QgaLoggingFailed', 'data': {} }" + +#define QERR_QGA_COMMAND_FAILED \ + "{ 'class': 'QgaCommandFailed', 'data': { 'message': %s } }" + #endif /* QERROR_H */