]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-blockjob.c
blockjob: Add permissions to block_job_create()
authorKevin Wolf <kwolf@redhat.com>
Mon, 16 Jan 2017 16:18:09 +0000 (17:18 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 28 Feb 2017 19:40:37 +0000 (20:40 +0100)
commitc6cc12bfa7bb9c61f4fa20491258b9bebc5b4771
tree2e97207afd770a9ad87d9c7a6bb1a4109a872750
parentdabd18f64c8800d441fd9fb232c2102e8409aa2e
blockjob: Add permissions to block_job_create()

This functions creates a BlockBackend internally, so the block jobs need
to tell it what they want to do with the BB.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Acked-by: Fam Zheng <famz@redhat.com>
block/backup.c
block/commit.c
block/mirror.c
block/stream.c
blockjob.c
include/block/blockjob_int.h
tests/test-blockjob-txn.c
tests/test-blockjob.c