commit | 5c438bc68c5dd9671c234eb86ebf026b016b6e35 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Apr 14 13:09:53 2016 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed May 25 19:04:21 2016 +0200 |
tree | f122cc5b66bf57088818c5d12946777050ed9b5b | |
parent | 8543c274141ade048c6a6070a095761a65acbb82 [diff] |
backup: Use BlockBackend for I/O This changes the backup block job to use the job's BlockBackend for performing its I/O. job->bs isn't used by the backup 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>