• J
    qemu: Properly update completed migration stats · 5d01e866
    Jiri Denemark 提交于
    We should not overwrite all migration statistics on the source with the
    numbers sent by the destination since the source may have an updated
    view in some cases (such as post-copy migration). It's safer to update
    just the timing info we need to get from the destination and be prepared
    for the future. And we should only do all this after a successful
    migration.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    5d01e866
qemu_migration.c 204.1 KB