summary refs log tree commit diff stats
path: root/migration/qemu-file-unix.c
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2016-04-12 16:20:59 +0200
committerKevin Wolf <kwolf@redhat.com>2016-05-25 19:04:21 +0200
commitb8804815799eb8e924f015de6d1710cbd5b932ee (patch)
tree566226f0163d15fe62cb71a476ba9f38992f4049 /migration/qemu-file-unix.c
parent03e35d820d18f23606b4cc821a36cda1f7936170 (diff)
downloadfocaccia-qemu-b8804815799eb8e924f015de6d1710cbd5b932ee.tar.gz
focaccia-qemu-b8804815799eb8e924f015de6d1710cbd5b932ee.zip
mirror: Allow target that already has a BlockBackend
We had to forbid mirroring to a target BDS that already had a BB
attached because the node swapping at job completion would add a second
BB and we didn't support multiple BBs on a single BDS at the time. Now
we do, so we can lift the restriction.

As we allow additional BlockBackends for the target, we must expect
other users to be sending requests. There may no requests be in flight
during the graph modification, so we have to drain those users now.

The core part of this patch is a revert of commit 40365552.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'migration/qemu-file-unix.c')
0 files changed, 0 insertions, 0 deletions