mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
29338003c9
commit
9df229c3ca
4 changed files with 5 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue