8874d37 qemu: Simplify qemuMigrationFinish

Authored and Committed by Jiri Denemark 8 years ago
    qemu: Simplify qemuMigrationFinish
    
    Offline migration is quite special because we don't really need to do
    anything but make the domain persistent. Let's do it separately from
    normal migration to avoid cluttering the code with
    !(flags & VIR_MIGRATE_OFFLINE).
    
    Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
    
        
file modified
+36 -36