On 2018-05-09 18:26, Kevin Wolf wrote: > This doesn't actually move any transaction code to Job yet, but it > renames the type for transactions from BlockJobTxn to JobTxn and makes > them contain Jobs rather than BlockJobs > > Signed-off-by: Kevin Wolf > --- > include/block/block_int.h | 2 +- > include/block/blockjob.h | 11 ++++---- > include/block/blockjob_int.h | 2 +- > include/qemu/job.h | 3 +++ > block/backup.c | 2 +- > blockdev.c | 14 +++++------ > blockjob.c | 60 +++++++++++++++++++++++--------------------- > tests/test-blockjob-txn.c | 8 +++--- > 8 files changed, 54 insertions(+), 48 deletions(-) Reviewed-by: Max Reitz