aboutsummaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-02-16 08:47:13 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2011-02-16 08:47:13 -0600
commit79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch)
treefcb22804f1845c77206bbfe6ff2f3470deea014f /qerror.h
parentc5d69e6bbf37bf5e3882060764b15e018e6a5321 (diff)
parent16fde5f2c2788232b16c06d34d0459a5c1ec1f6c (diff)
Merge remote branch 'kwolf/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 b0f69dabe5..f732d45e80 100644
--- a/qerror.h
+++ b/qerror.h
@@ -165,6 +165,9 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_UNDEFINED_ERROR \
"{ 'class': 'UndefinedError', 'data': {} }"
+#define QERR_UNKNOWN_BLOCK_FORMAT_FEATURE \
+ "{ 'class': 'UnknownBlockFormatFeature', 'data': { 'device': %s, 'format': %s, 'feature': %s } }"
+
#define QERR_VNC_SERVER_FAILED \
"{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"