]> Git Repo - qemu.git/commit
stream: Switch stream_populate() to byte-based
authorEric Blake <[email protected]>
Fri, 7 Jul 2017 12:44:41 +0000 (07:44 -0500)
committerKevin Wolf <[email protected]>
Mon, 10 Jul 2017 11:18:06 +0000 (13:18 +0200)
commit8493211c02bbc74d1ae051422f90bbfd20debb5e
treef1e1f58c3de3c41281a0c52555d8c7743f9b120a
parent5cb1a49e01db12a38790c982aafde94977f7b0ee
stream: Switch stream_populate() to byte-based

We are gradually converting to byte-based interfaces, as they are
easier to reason about than sector-based.  Start by converting an
internal function (no semantic change).

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Jeff Cody <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/stream.c
This page took 0.026627 seconds and 4 git commands to generate.