]> git.proxmox.com Git - mirror_qemu.git/commit - block/commit.c
job: Move cancelled to Job
authorKevin Wolf <kwolf@redhat.com>
Tue, 17 Apr 2018 10:56:07 +0000 (12:56 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 23 May 2018 12:30:49 +0000 (14:30 +0200)
commitdaa7f2f9467bc5624f04f28d4b01b88f08c6589c
treec1e663d665ae433ea35a1d8f9b8974e2465e693c
parent80fa2c756b3241f24015a7503a01f7999d4a942d
job: Move cancelled to Job

We cannot yet move the whole logic around job cancelling to Job because
it depends on quite a few other things that are still only in BlockJob,
but we can move the cancelled field at least.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
block/backup.c
block/commit.c
block/mirror.c
block/stream.c
blockjob.c
include/block/blockjob.h
include/block/blockjob_int.h
include/qemu/job.h
job.c
tests/test-blockjob-txn.c
tests/test-blockjob.c