summaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2009-12-07 21:37:12 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-07 16:36:50 -0600
commite36469149a2987e34cac572501daaed162ec82e2 (patch)
treecb7dcd15390f7f66d7169427dacc038b540b01d4 /qerror.h
parente5fc266be517faeb71995913788ac93cdd710108 (diff)
downloadqemu-e36469149a2987e34cac572501daaed162ec82e2.tar.gz
QError: New QERR_FD_NOT_SUPPLIED
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> (cherry picked from commit 41471a2338522d72955c20179e16cff4d546b32a)
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 bda764ff9f..2262619a68 100644
--- a/qerror.h
+++ b/qerror.h
@@ -59,6 +59,9 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_FD_NOT_FOUND \
"{ 'class': 'fd_not_found', 'data': { 'name': %s } }"
+#define QERR_FD_NOT_SUPPLIED \
+ "{ 'class': 'fd_not_supplied', 'data': {} }"
+
#define QERR_INVALID_BLOCK_FORMAT \
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"