]> Git Repo - qemu.git/blobdiff - qerror.h
PPC: Move openpic to target specific code compilation
[qemu.git] / qerror.h
index 7ec0fc12d7663e5543e411e74ae10149582e06e8..d4070015f726d80e3a88a6f5990df1da853b4e15 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -163,9 +163,15 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_QMP_EXTRA_MEMBER \
     "{ 'class': 'QMPExtraInputObjectMember', 'data': { 'member': %s } }"
 
+#define QERR_RESET_REQUIRED \
+    "{ 'class': 'ResetRequired', 'data': {} }"
+
 #define QERR_SET_PASSWD_FAILED \
     "{ 'class': 'SetPasswdFailed', 'data': {} }"
 
+#define QERR_ADD_CLIENT_FAILED \
+    "{ 'class': 'AddClientFailed', 'data': {} }"
+
 #define QERR_TOO_MANY_FILES \
     "{ 'class': 'TooManyFiles', 'data': {} }"
 
This page took 0.023321 seconds and 4 git commands to generate.