diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:16:24 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:16:24 -0500 |
commit | 924f766af9be3ff036a419fc85ed740aa01f8eac (patch) | |
tree | 8e645fa4dc1be00eb06df8cab7a0501a64cffe55 /qerror.h | |
parent | 93e0597ef9fa266756c30e61fafe4b70fc7ce6a6 (diff) | |
parent | 37628f11c6b190ebb3082938868aadb23942ee3a (diff) |
Merge remote-tracking branch 'qmp/for-anthony' into staging
Diffstat (limited to 'qerror.h')
-rw-r--r-- | qerror.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -169,6 +169,9 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_UNDEFINED_ERROR \ "{ 'class': 'UndefinedError', 'data': {} }" +#define QERR_UNSUPPORTED \ + "{ 'class': 'Unsupported', 'data': {} }" + #define QERR_UNKNOWN_BLOCK_FORMAT_FEATURE \ "{ 'class': 'UnknownBlockFormatFeature', 'data': { 'device': %s, 'format': %s, 'feature': %s } }" |