summaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-06-08 12:16:24 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-08 12:16:24 -0500
commit924f766af9be3ff036a419fc85ed740aa01f8eac (patch)
tree8e645fa4dc1be00eb06df8cab7a0501a64cffe55 /qerror.h
parent93e0597ef9fa266756c30e61fafe4b70fc7ce6a6 (diff)
parent37628f11c6b190ebb3082938868aadb23942ee3a (diff)
downloadqemu-924f766af9be3ff036a419fc85ed740aa01f8eac.tar.gz
Merge remote-tracking branch 'qmp/for-anthony' into staging
Diffstat (limited to 'qerror.h')
-rw-r--r--qerror.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qerror.h b/qerror.h
index 8b971fd87b..16c830d8b7 100644
--- a/qerror.h
+++ b/qerror.h
@@ -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 } }"