Home
last modified time | relevance | path

Searched hist:d63ffd87 (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dmirror.cd63ffd87 Thu Oct 18 14:49:25 GMT 2012 Paolo Bonzini <pbonzini@redhat.com> mirror: implement completion

Switching to the target of the migration is done mostly asynchronously,
and reported to management via the BLOCK_JOB_COMPLETED event; the only
synchronous phase is opening the backing files. bdrv_open_backing_file
can always be done, even for migration of the full image (aka sync:
'full'). In this case, qmp_drive_mirror will create the target disk
with no backing file at all, and bdrv_open_backing_file will be a no-op.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>