]> git.proxmox.com Git - mirror_qemu.git/commit
block: Switch passthrough drivers to .bdrv_co_block_status()
authorEric Blake <eblake@redhat.com>
Tue, 13 Feb 2018 20:26:43 +0000 (14:26 -0600)
committerKevin Wolf <kwolf@redhat.com>
Fri, 2 Mar 2018 17:39:07 +0000 (18:39 +0100)
commit3e4d0e72b77b70578d5530af588d6f0484e18325
tree4a07a9e570271fac8c808a8673ec703654566d65
parente3efee828bc76e9780143f246fb0399eedd80c5e
block: Switch passthrough drivers to .bdrv_co_block_status()

We are gradually moving away from sector-based interfaces, towards
byte-based.  Update the generic helpers, and all passthrough clients
(blkdebug, commit, mirror, throttle) accordingly.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blkdebug.c
block/commit.c
block/io.c
block/mirror.c
block/throttle.c
include/block/block_int.h