
On Fri, Jan 11, 2013 at 17:52:12 +0100, Michal Privoznik wrote: ...
Michal Privoznik (11): qemu: Introduce NBD_SERVER capability Introduce NBD migration cookie qemu: Introduce nbd-server-start command qemu: Introduce nbd-server-add command qemu: Introduce nbd-server-stop command qemu_migration: Introduce qemuMigrationStartNBDServer qemu_migration: Move port allocation to a separate func qemu_migration: Implement qemuMigrationStartNBDServer() qemu_migration: Implement qemuMigrationDriveMirror qemu_migration: Check size prerequisites qemu_migration: Stop NBD server at Finish phase
Overall I find this series quite hard to follow. Personally, I'd prefer to see all changes to each migration phase at one place. Perhaps with the "Check size prerequisites" which could be added on top. Jirka