block: Switch BdrvCoGetBlockStatusData to byte-based
commit4bcd936e47c45ebf7236b0414982dd625a957410
authorEric Blake <eblake@redhat.com>
Thu, 12 Oct 2017 03:47:05 +0000 (11 22:47 -0500)
committerKevin Wolf <kwolf@redhat.com>
Thu, 26 Oct 2017 12:45:57 +0000 (26 14:45 +0200)
tree89d571f7d780c53e079d077151da89835dc345ff
parent2e8bc7874bb674b7d6837706b1249bf871941637
block: Switch BdrvCoGetBlockStatusData to byte-based

We are gradually converting to byte-based interfaces, as they are
easier to reason about than sector-based.  Convert another internal
type (no semantic change), and rename it to match the corresponding
public function rename.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/io.c