]> Git Repo - qemu.git/blobdiff - qerror.h
QError: New QERR_SET_PASSWD_FAILED
[qemu.git] / qerror.h
index 681390cf1d579a4f0b8a9353e4e7ae9549674e44..b85689933b2cf6d6e13d90f6a22d6f076369a2d9 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -77,6 +77,9 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_QMP_BAD_INPUT_OBJECT \
     "{ 'class': 'QMPBadInputObject', 'data': { 'expected': %s } }"
 
+#define QERR_SET_PASSWD_FAILED \
+    "{ 'class': 'SetPasswdFailed', 'data': {} }"
+
 #define QERR_UNDEFINED_ERROR \
     "{ 'class': 'UndefinedError', 'data': {} }"
 
This page took 0.020055 seconds and 4 git commands to generate.