]> Git Repo - qemu.git/commit
job: Move cancelled to Job
authorKevin Wolf <[email protected]>
Tue, 17 Apr 2018 10:56:07 +0000 (12:56 +0200)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: John Snow <[email protected]>
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
This page took 0.028403 seconds and 4 git commands to generate.