]> Git Repo - qemu.git/commit
block: Prepare bdrv_aligned_preadv() for byte-aligned requests
authorKevin Wolf <[email protected]>
Fri, 3 Jun 2016 14:17:28 +0000 (16:17 +0200)
committerKevin Wolf <[email protected]>
Thu, 16 Jun 2016 13:19:55 +0000 (15:19 +0200)
commit49c0752600d22606b411ace75b22e65398999d95
tree0a33a23c892f5b2bee706834d346173c7b7184ba
parent244483e64ee726cc89a1e05bed2be0ed37071403
block: Prepare bdrv_aligned_preadv() for byte-aligned requests

This patch makes bdrv_aligned_preadv() ready to accept byte-aligned
requests. Note that this doesn't mean that such requests are actually
made. The caller still ensures that all requests are aligned to at least
512 bytes.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
block/io.c
This page took 0.024339 seconds and 4 git commands to generate.