aboutsummaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-12-05 09:37:49 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2011-12-05 09:37:49 -0600
commitf6480ca3f3423be5bee8b673ee6f5cc387659def (patch)
tree35941ed726db5c27941dbc22d4c5a1ef6b166d09 /qerror.h
parentcac1e30af72c4cf289750193426ebd5d2b6bd1d5 (diff)
parent8b8882722210334f19b41950c82c529e33f97b00 (diff)
Merge remote-tracking branch 'aneesh/1.0-fixes' 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 2d3d43bed1..6414cd9d5b 100644
--- a/qerror.h
+++ b/qerror.h
@@ -192,6 +192,9 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_UNKNOWN_BLOCK_FORMAT_FEATURE \
"{ 'class': 'UnknownBlockFormatFeature', 'data': { 'device': %s, 'format': %s, 'feature': %s } }"
+#define QERR_VIRTFS_FEATURE_BLOCKS_MIGRATION \
+ "{ 'class': 'VirtFSFeatureBlocksMigration', 'data': { 'path': %s, 'tag': %s } }"
+
#define QERR_VNC_SERVER_FAILED \
"{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"