Re: [libvirt] [PATCH v4 6/9] qemu_migration: Introduce qemuMigrationStartNBDServer()

2013-02-22 Thread Jiri Denemark
On Thu, Feb 21, 2013 at 14:39:23 +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

Re: [libvirt] [PATCH v4 6/9] qemu_migration: Introduce qemuMigrationStartNBDServer()

2013-02-22 Thread Eric Blake
On 02/21/2013 06:39 AM, 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 process is teared

[libvirt] [PATCH v4 6/9] qemu_migration: Introduce qemuMigrationStartNBDServer()

2013-02-21 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 | 76