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
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
--