]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: start all async job with job status active
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Fri, 1 Sep 2017 06:49:27 +0000 (09:49 +0300)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 7 Sep 2017 09:15:01 +0000 (11:15 +0200)
commitb6868c3cdd711e012c6cb1ec0e0a3cac4ea92a33
tree2a5634869a659d58ec52c1ab5bcb1310e334cabc
parent78107f85371cbd29f5e616ff2ad328a46f3a9c63
qemu: start all async job with job status active

Setting status to none has little value - getting job status
will not return even elapsed time.

After this patch getting job stats stays correct in a sence
it will not fetch migration stats because it consults
stats.status before doing the fetch.

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