Am 06.10.2016 um 15:02 hat Alberto Garcia geschrieben: > When a block job is created on a certain BlockDriverState, operations > are blocked there while the job exists. However, some block jobs may > involve additional BDSs, which must be blocked separately when the job > is created and unblocked manually afterwards. > > This patch adds block_job_add_bdrv(), that simplifies this process by > keeping a list of BDSs that are involved in the specified block job. > > Signed-off-by: Alberto Garcia <be...@igalia.com>
Reviewed-by: Kevin Wolf <kw...@redhat.com>