summaryrefslogtreecommitdiffstats
path: root/qerror.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-09-28 17:22:44 +0200
committerKevin Wolf <kwolf@redhat.com>2012-09-28 19:08:17 +0200
commit7ef1507045d35bd4d220cf3bfe0e80e7ac101d00 (patch)
tree9b82f40ef4c6f7c926365fbdc7382c4ce371e2b0 /qerror.h
parent747051cd97c384e70eec0ceb905f08e630b6a1c4 (diff)
downloadhqemu-7ef1507045d35bd4d220cf3bfe0e80e7ac101d00.zip
hqemu-7ef1507045d35bd4d220cf3bfe0e80e7ac101d00.tar.gz
qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE
The DeviceNotActive text is not a particularly good match, add a separate text while keeping the same class. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
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 d0a76a4..485c773 100644
--- a/qerror.h
+++ b/qerror.h
@@ -48,6 +48,9 @@ void assert_no_error(Error *err);
#define QERR_BASE_NOT_FOUND \
ERROR_CLASS_GENERIC_ERROR, "Base '%s' not found"
+#define QERR_BLOCK_JOB_NOT_ACTIVE \
+ ERROR_CLASS_DEVICE_NOT_ACTIVE, "No active block job on device '%s'"
+
#define QERR_BLOCK_FORMAT_FEATURE_NOT_SUPPORTED \
ERROR_CLASS_GENERIC_ERROR, "Block format '%s' used by device '%s' does not support feature '%s'"
OpenPOWER on IntegriCloud