]> Git Repo - qemu.git/commit - hw/block/xen_disk.c
xen_disk: Switch to byte-based aio block access
authorEric Blake <[email protected]>
Fri, 6 May 2016 16:26:34 +0000 (10:26 -0600)
committerKevin Wolf <[email protected]>
Thu, 12 May 2016 13:22:09 +0000 (15:22 +0200)
commitd00000f90193cdbed32a16bcc9b5b4e9ff9d7ab2
tree8993c903109d44cb1035b7719ec98d52c5d12e46
parentb5772fdde40a8200fc20db4d5da672f1ce149d68
xen_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.

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