summaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2009-12-07 21:37:10 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-07 16:36:50 -0600
commit3e4cd634cce2c969255476c5f984c132b7f7449b (patch)
tree0d51d88d4db7326e48926a896a98638912f335b0 /qerror.h
parent06976f82e733a8157c716698b42f000b9f68caab (diff)
downloadqemu-3e4cd634cce2c969255476c5f984c132b7f7449b.tar.gz
QError: New QERR_FD_NOT_FOUND
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> (cherry picked from commit c7c338c49712eceef0ef584249856928de30cb45)
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 1a05d9a66a..bda764ff9f 100644
--- a/qerror.h
+++ b/qerror.h
@@ -56,6 +56,9 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_DEVICE_NOT_REMOVABLE \
"{ 'class': 'DeviceNotRemovable', 'data': { 'device': %s } }"
+#define QERR_FD_NOT_FOUND \
+ "{ 'class': 'fd_not_found', 'data': { 'name': %s } }"
+
#define QERR_INVALID_BLOCK_FORMAT \
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"