]> git.proxmox.com Git - mirror_qemu.git/commit
job: Move transactions to Job
authorKevin Wolf <kwolf@redhat.com>
Mon, 23 Apr 2018 14:06:26 +0000 (16:06 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 23 May 2018 12:30:51 +0000 (14:30 +0200)
commit7eaa8fb57da96301f4a8ce176ad503f80efc7cc0
tree2450798efd3aa3104933bceeb7d44dfe1d8edf51
parent62c9e4162a7bc26a1389e50d17d3b2637028bbc3
job: Move transactions to Job

This moves the logic that implements job transactions from BlockJob to
Job.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
blockdev.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