]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
blockjob: Remove BlockJob.bs
authorKevin Wolf <kwolf@redhat.com>
Mon, 18 Apr 2016 15:30:17 +0000 (17:30 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 25 May 2016 17:04:21 +0000 (19:04 +0200)
commitb75536c9fa742f887304769d0608557bb8e3a27f
tree7a7d7164a6f6afa8f4fd11525ea48ec60976b4a5
parent4653456a5f60cbedaa0d4638252967e2248c570b
blockjob: Remove BlockJob.bs

There is a single remaining user in qemu-img, and another one in a test
case, both of which can be trivially converted to using BlockJob.blk
instead.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
blockjob.c
include/block/blockjob.h
qemu-img.c
tests/test-blockjob-txn.c