]> git.proxmox.com Git - mirror_qemu.git/commit
commit: Use BlockBackend for I/O
authorKevin Wolf <kwolf@redhat.com>
Thu, 14 Apr 2016 11:09:53 +0000 (13:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 25 May 2016 17:04:21 +0000 (19:04 +0200)
commit4653456a5f60cbedaa0d4638252967e2248c570b
tree9abec72a350def3a7dad760e5c020db3ffe1568c
parent5c438bc68c5dd9671c234eb86ebf026b016b6e35
commit: Use BlockBackend for I/O

This changes the commit block job to use the job's BlockBackend for
performing its I/O. job->bs isn't used by the commit code any more
afterwards.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
block/commit.c