]> Git Repo - qemu.git/commit
qemu-img: Use BlockBackend as far as possible
authorMax Reitz <[email protected]>
Thu, 5 Feb 2015 18:58:18 +0000 (13:58 -0500)
committerStefan Hajnoczi <[email protected]>
Mon, 16 Feb 2015 15:07:18 +0000 (15:07 +0000)
commitf1d3cd792b93a7f4446517213b02c6f050a47e9d
tree7d29212a5ea947692e48864d774c6bb33c9eba4e
parent644483d97e6f7a740b5a82156fe32944573a0ed1
qemu-img: Use BlockBackend as far as possible

Although qemu-img already creates BlockBackends, it does not do accesses
to the images through them. This patch converts all of the bdrv_* calls
for which this is currently possible to blk_* calls. Most of the
remaining calls will probably stay bdrv_* calls because they really do
operate on the BDS level instead of the BB level.

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: 1423162705[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
qemu-img.c
This page took 0.025653 seconds and 4 git commands to generate.