xen_disk: Switch to byte-based aio block access
commitd00000f90193cdbed32a16bcc9b5b4e9ff9d7ab2
authorEric Blake <eblake@redhat.com>
Fri, 6 May 2016 16:26:34 +0000 (6 10:26 -0600)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 May 2016 13:22:09 +0000 (12 15:22 +0200)
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 <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/block/xen_disk.c