block: Kill unused sector-based blk_* functions
commit7b1deac84e2a06530b3a5855ff46a27e87a74820
authorEric Blake <eblake@redhat.com>
Fri, 6 May 2016 16:26:45 +0000 (6 10:26 -0600)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 May 2016 13:22:09 +0000 (12 15:22 +0200)
treea06ccbdebf79badfc7cf354c6952390044ec77b0
parent7b3f9712e1b64bd811ac3657fc1cb05f9e3f5d87
block: Kill unused sector-based blk_* functions

Now that there are no remaining clients, we can drop the
sector-based blk_read(), blk_write(), blk_aio_readv(), and
blk_aio_writev().  Sadly, there are still remaining
sector-based interfaces, such as blk_*discard(), or
blk_write_compressed(); those will have to wait for another
day.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/block-backend.c
include/sysemu/block-backend.h