]> Git Repo - qemu.git/commit - block/io.c
block: Switch bdrv_co_get_block_status_above() to byte-based
authorEric Blake <[email protected]>
Thu, 12 Oct 2017 03:47:07 +0000 (22:47 -0500)
committerKevin Wolf <[email protected]>
Thu, 26 Oct 2017 12:45:57 +0000 (14:45 +0200)
commit5b648c67e3acea3e0136d0bb1bd47341996e0e4e
tree5c20ff8b4320ca6498fb32c4462e2f7690abf7d2
parent7ddb99b9dc454a5ed9821c97d3066f358a7a73ae
block: Switch bdrv_co_get_block_status_above() 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 <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/io.c
This page took 0.025253 seconds and 4 git commands to generate.