summaryrefslogtreecommitdiffstats
path: root/include/block
diff options
context:
space:
mode:
authorAlberto Garcia2016-07-05 16:28:53 +0200
committerKevin Wolf2016-07-13 13:26:02 +0200
commit9df229c3caf6559a37c8760ef6e1485e66bbae41 (patch)
treed382d5058893fd343e1f8e6ab150b063e9c20a60 /include/block
parentstream: Fix prototype of stream_start() (diff)
downloadqemu-9df229c3caf6559a37c8760ef6e1485e66bbae41.tar.gz
qemu-9df229c3caf6559a37c8760ef6e1485e66bbae41.tar.xz
qemu-9df229c3caf6559a37c8760ef6e1485e66bbae41.zip
blockjob: Update description of the 'id' field
The 'id' field of the BlockJob structure will be able to hold any ID, not only a device name. This patch updates the description of that field and the error messages where it is being used. Soon we'll add the ability to set an arbitrary ID when creating a block job. Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r--include/block/blockjob.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/block/blockjob.h b/include/block/blockjob.h
index f7f5687cf4..97b86f109f 100644
--- a/include/block/blockjob.h
+++ b/include/block/blockjob.h
@@ -107,10 +107,7 @@ struct BlockJob {
BlockBackend *blk;
/**
- * The ID of the block job. Currently the BlockBackend name of the BDS
- * owning the job at the time when the job is started.
- *
- * TODO Decouple block job IDs from BlockBackend names
+ * The ID of the block job.
*/
char *id;