• P
    migration: savevm: consult migration blockers · 5aaac467
    Paolo Bonzini 提交于
    There is really no difference between live migration and savevm, except
    that savevm does not require bdrv_invalidate_cache to be implemented
    by all disks.  However, it is unlikely that savevm is used with anything
    except qcow2 disks, so the penalty is small and worth the improvement
    in catching bad usage of savevm.
    
    Only one place was taking care of savevm when adding a migration blocker,
    and it can be removed.
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    5aaac467
savevm.c 79.9 KB