Re: [libvirt] [PATCH v3 RESEND 06/12] qemu_migration: Introduce qemuMigrationStartNBDServer()

2013-02-20 Thread Jiri Denemark
On Mon, Feb 18, 2013 at 15:38:39 +0100, Michal Privoznik wrote: We need to start NBD server and feed it with all non-shared/, RW and source-full disks. Moreover, with new virPortAllocator we must ensure the borrowed port for NBD server will be returned if either migration completes or qemu

[libvirt] [PATCH v3 RESEND 06/12] qemu_migration: Introduce qemuMigrationStartNBDServer()

2013-02-18 Thread Michal Privoznik
We need to start NBD server and feed it with all non-shared/, RW and source-full disks. Moreover, with new virPortAllocator we must ensure the borrowed port for NBD server will be returned if either migration completes or qemu process is teared down. --- src/qemu/qemu_migration.c | 84