]> Git Repo - qemu.git/commit
scsi-disk: Switch to byte-based aio block access
authorEric Blake <[email protected]>
Fri, 6 May 2016 16:26:32 +0000 (10:26 -0600)
committerKevin Wolf <[email protected]>
Thu, 12 May 2016 13:22:09 +0000 (15:22 +0200)
commit03c90063ccf5fd18b01448a8b23923769ab2ee21
treec1a13eee77c82fa0bb2df46e27ae9bb6c912e6c7
parentd4f510eb3f56d30dd1312fe902138c430db2b361
scsi-disk: Switch to byte-based aio block access

Sector-based blk_aio_readv() and blk_aio_writev() should die; switch
to byte-based blk_aio_preadv() and blk_aio_pwritev() instead.

As part of the cleanup, scsi_init_iovec() no longer needs to return
a value, and reword a comment.

[ kwolf: Fix read accounting change ]

Signed-off-by: Eric Blake <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
hw/scsi/scsi-disk.c
This page took 0.023367 seconds and 4 git commands to generate.