block: Remove BlockDriver.bdrv_read/write
commite3ddef25e93e7f00c2c407a6fb24b2c5dd26a43b
authorKevin Wolf <kwolf@redhat.com>
Tue, 26 Apr 2016 15:28:25 +0000 (26 17:28 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 May 2016 13:22:08 +0000 (12 15:22 +0200)
tree2b47989f0a4278da0ef9bdae8910a08d7c2302ec
parent4575eb496da8da595689b286e202929f06612585
block: Remove BlockDriver.bdrv_read/write

There are no block drivers left that implement the old .bdrv_read/write
interface, so it can be removed now. This gets us rid of the
corresponding emulation functions, too.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
block.c
block/io.c
include/block/block_int.h