]> xenbits.xensource.com Git - libvirt.git/commit
qemu_migration: Introduce qemuMigrationStartNBDServer()
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 31 Jan 2013 13:48:06 +0000 (14:48 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 23 Feb 2013 07:25:09 +0000 (08:25 +0100)
commit86d90b3abd0afcadd60c76020d50665a07b9a0df
treeea1be767fcd4940652389b069b3a3e179790cfa2
parentf1748e34e2ed86b7ce622921dfe74621eba38f87
qemu_migration: Introduce qemuMigrationStartNBDServer()

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 torn down.
src/qemu/qemu_migration.c
src/qemu/qemu_process.c