aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2016-05-25 17:20:06 +0200
committerKevin Wolf <kwolf@redhat.com>2016-06-08 10:21:08 +0200
commitad2964b4fff89a32c20cfad8d904a96929956c9e (patch)
tree3bdbaab29c00662adf271800d14299ab29271dfc /.gitignore
parentc1499a5e73ae81b597869263ed8ac87bdaafeff7 (diff)
migration/block: Convert load to BlockBackend
This converts the loading part of block migration to use BlockBackend interfaces rather than accessing the BlockDriverState directly. Note that this takes a lazy shortcut. We should really use a separate BlockBackend that is configured for the migration rather than for the guest (e.g. writethrough caching is unnecessary) and holds its own reference to the BlockDriverState, but the impact isn't that big and we didn't have a separate migration reference before either, so it must be good enough, I guess... Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions