Re: [libvirt] [PATCH] qemu: fix up NBD Server can not be stopped properly

2014-11-04 Thread Ján Tomko
On 11/04/2014 06:03 AM, weiwei li wrote: > In qemuMigrationFinish mig->nbd can not be initialized by > qemuMigrationEatCookie without a flag QEMU_MIGRATION_COOKIE_NBD. > That cause qemuMigrationStopNBDServer return and the NBD server > can not be stopped properly. > > Signed-off-by: Weiwei Li mail

[libvirt] [PATCH] qemu: fix up NBD Server can not be stopped properly

2014-11-03 Thread weiwei li
In qemuMigrationFinish mig->nbd can not be initialized by qemuMigrationEatCookie without a flag QEMU_MIGRATION_COOKIE_NBD. That cause qemuMigrationStopNBDServer return and the NBD server can not be stopped properly. Signed-off-by: Weiwei Li Signed-off-by: Ján Tomko --- src/qemu/qemu_migration.c