On 2018-05-09 18:26, Kevin Wolf wrote: > 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 > --- > include/block/blockjob.h | 8 -------- > include/block/blockjob_int.h | 8 -------- > include/qemu/job.h | 11 +++++++++++ > block/backup.c | 6 +++--- > block/commit.c | 4 ++-- > block/mirror.c | 20 ++++++++++---------- > block/stream.c | 4 ++-- > blockjob.c | 28 +++++++++++++--------------- > job.c | 5 +++++ > tests/test-blockjob-txn.c | 6 +++--- > tests/test-blockjob.c | 2 +- > 11 files changed, 50 insertions(+), 52 deletions(-) Reviewed-by: Max Reitz