Re: [libvirt] [PATCH v3 RESEND 11/12] qemu_migration: Cancel running jobs on failed migration

2013-02-20 Thread Jiri Denemark
On Mon, Feb 18, 2013 at 15:38:44 +0100, Michal Privoznik wrote: If a migration fails, we need to stop all block jobs running so qemu doesn't try to send data to destination over and over again. --- src/qemu/qemu_migration.c | 46 ++ 1 file changed,

[libvirt] [PATCH v3 RESEND 11/12] qemu_migration: Cancel running jobs on failed migration

2013-02-18 Thread Michal Privoznik
If a migration fails, we need to stop all block jobs running so qemu doesn't try to send data to destination over and over again. --- src/qemu/qemu_migration.c | 46 ++ 1 file changed, 46 insertions(+) diff --git a/src/qemu/qemu_migration.c