]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: blockjob: Add job name into the data
authorPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2019 16:01:55 +0000 (17:01 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2019 16:12:51 +0000 (17:12 +0100)
commit4ab8447af778e7e9a10fd80feafd30cb26da7c09
tree2739c381eec9cc15a04fb33aa4749a225229dd18
parentdfe11a705c17dd2cd125eb2455970c9f2a48d2d8
qemu: blockjob: Add job name into the data

Currently the job name corresponds to the disk the job belongs to. For
jobs which will not correspond to disks we'll need to track the name
separately.

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