Re: [libvirt] [PATCH v3 RESEND 10/12] qemu_migration: Stop NBD server at Finish phase

2013-02-20 Thread Jiri Denemark
On Mon, Feb 18, 2013 at 15:38:43 +0100, Michal Privoznik wrote: At the end of migration, it is important to stop NBD server and thus release all allocated resources. --- src/qemu/qemu_migration.c | 25 + 1 file changed, 25 insertions(+) ACK Jirka -- libvir-list

[libvirt] [PATCH v3 RESEND 10/12] qemu_migration: Stop NBD server at Finish phase

2013-02-18 Thread Michal Privoznik
At the end of migration, it is important to stop NBD server and thus release all allocated resources. --- src/qemu/qemu_migration.c | 25 + 1 file changed, 25 insertions(+) diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 9b38a0c..ba602e4 100644