Re: [libvirt] [PATCH v2.1 08/11] qemu_migration: Implement qemuMigrationStartNBDServer()

2013-01-17 Thread Jiri Denemark
On Fri, Jan 11, 2013 at 17:52:20 +0100, Michal Privoznik wrote: > We need to start NBD server and feed it with all non- disks. > However, after qemuDomainObjEnterMonitorAsync the domain object > is unlocked so we cannot touch its disk definitions. Therefore, > we must prepare the list of disk IDs p

[libvirt] [PATCH v2.1 08/11] qemu_migration: Implement qemuMigrationStartNBDServer()

2013-01-11 Thread Michal Privoznik
We need to start NBD server and feed it with all non- disks. However, after qemuDomainObjEnterMonitorAsync the domain object is unlocked so we cannot touch its disk definitions. Therefore, we must prepare the list of disk IDs prior entering monitor. --- src/qemu/qemu_migration.c | 59 +

[libvirt] [PATCH v2.1 08/11] qemu_migration: Implement qemuMigrationStartNBDServer()

2012-12-18 Thread Michal Privoznik
We need to start NBD server and feed it with all non- disks. However, after qemuDomainObjEnterMonitorAsync the domain object is unlocked so we cannot touch its disk definitions. Therefore, we must prepare the list of disk IDs prior entering monitor. --- src/qemu/qemu_migration.c | 59 +