]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: blockjob: Register new and running blockjobs in the global table
authorPeter Krempa <pkrempa@redhat.com>
Thu, 29 Nov 2018 16:35:52 +0000 (17:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jul 2019 15:59:34 +0000 (17:59 +0200)
commit5ff46aaa7f82d421edca2af1125340ed6cc4fc14
tree7595f45f10e5abd6198da79de54af16f17bff9f4
parentacff58291541874038afabed30fcce386583a502
qemu: blockjob: Register new and running blockjobs in the global table

Add the job structure to the table when instantiating a new job and
remove it when it terminates/fails.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_blockjob.c
src/qemu/qemu_blockjob.h
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c