migration/block: Convert saving to BlockBackend
commitebd2f9e7db4b6cbc2f144b9cef397503b3e956b5
authorKevin Wolf <kwolf@redhat.com>
Fri, 27 May 2016 17:50:37 +0000 (27 19:50 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 Jun 2016 08:21:08 +0000 (8 10:21 +0200)
treeab114961a8761f54df82e460987bf91e69420920
parentad2964b4fff89a32c20cfad8d904a96929956c9e
migration/block: Convert saving to BlockBackend

This creates a new BlockBackend for copying data from an images to the
migration stream on the source host. All I/O for block migration goes
through BlockBackend now.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
migration/block.c