Re: [libvirt] [PATCH v4 8/9] qemu_migration: Stop NBD server at Finish phase

2013-02-22 Thread Jiri Denemark
On Thu, Feb 21, 2013 at 14:39:25 +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 | 26 ++ > 1 file changed, 26 insertions(+) ACK Jirka -- libvir-lis

[libvirt] [PATCH v4 8/9] qemu_migration: Stop NBD server at Finish phase

2013-02-21 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 | 26 ++ 1 file changed, 26 insertions(+) diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 081a72b..8350f5d 100644 --