c1a643b qemu: Split cleanup and error code in qemuMigrationRun

Authored and Committed by Jiri Denemark 6 years ago
    qemu: Split cleanup and error code in qemuMigrationRun
    
    Let cleanup only do things common to both failure and success paths and
    move error handling code inside the new "error" section.
    
    Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
    Reviewed-by: John Ferlan <jferlan@redhat.com>
    
        
file modified
+40 -39