Re: [Qemu-devel] [PATCH v2 28/45] mirror: implement completion

2012-10-15 Thread Kevin Wolf
Am 26.09.2012 17:56, schrieb Paolo Bonzini: > 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 mig

[Qemu-devel] [PATCH v2 28/45] mirror: implement completion

2012-09-26 Thread Paolo Bonzini
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 thi