]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Do not report completed stats until the job finishes
authorJiri Denemark <jdenemar@redhat.com>
Tue, 23 Feb 2016 11:40:47 +0000 (12:40 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 8 Mar 2016 15:26:00 +0000 (16:26 +0100)
commita2374edf08446c173a20d96d1b1a436883878c81
treeeb2161aa68285de8bd520411e7b328db3f3c0f47
parentcb483a68fdc3503efc9b0996570e58aaf0c11c17
qemu: Do not report completed stats until the job finishes

We would happily report and free statistics of a completed migration
even before it actually completed (on the source host while migration is
in the Finish phase).

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_driver.c