]> git.ipfire.org Git - thirdparty/qemu.git/commit
block-migration: remove useless calls to blk_mig_cleanup
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Feb 2013 16:36:11 +0000 (17:36 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 11 Mar 2013 12:32:00 +0000 (13:32 +0100)
commitd418cf57a3e699746ef0bfa772bbe8c7e17cebb5
tree8c997d1160fb2d8e70f513f1b7d1e89b1e9ef0f5
parent04943ebaa9e4f5f9ac080198a7b0d25c6d7ac444
block-migration: remove useless calls to blk_mig_cleanup

Now that the cancel callback is called consistently for all errors,
we can avoid doing its work in the other callbacks.

Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
block-migration.c