]> git.proxmox.com Git - mirror_qemu.git/commit - block/backup.c
job: Switch transactions to JobTxn
authorKevin Wolf <kwolf@redhat.com>
Thu, 19 Apr 2018 14:09:52 +0000 (16:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 23 May 2018 12:30:50 +0000 (14:30 +0200)
commit62c9e4162a7bc26a1389e50d17d3b2637028bbc3
tree8e9f77148055dc3e0805b506b16f9739cb32155a
parent6a74c075aca731e7e945201a4ae2336b8e328433
job: Switch transactions to JobTxn

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 <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
block/backup.c
blockdev.c
blockjob.c
include/block/block_int.h
include/block/blockjob.h
include/block/blockjob_int.h
include/qemu/job.h
tests/test-blockjob-txn.c