]> Git Repo - qemu.git/commit
block: remove BlockDriver.bdrv_write_compressed
authorPavel Butsykin <[email protected]>
Fri, 22 Jul 2016 08:17:48 +0000 (11:17 +0300)
committerKevin Wolf <[email protected]>
Mon, 5 Sep 2016 17:06:48 +0000 (19:06 +0200)
commit35fadca80e6df2e7a2e57ea162db11f0219c2b2d
tree1e8d18313534142a040846c247a84e6b90142e8f
parent655923df4be82ac23efc6862d35f569d05824e42
block: remove BlockDriver.bdrv_write_compressed

There are no block drivers left that implement the old
.bdrv_write_compressed interface, so it can be removed. Also now we have
no need to use the bdrv_pwrite_compressed function and we can remove it
entirely.

Signed-off-by: Pavel Butsykin <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Denis V. Lunev <[email protected]>
CC: Jeff Cody <[email protected]>
CC: Markus Armbruster <[email protected]>
CC: Eric Blake <[email protected]>
CC: John Snow <[email protected]>
CC: Stefan Hajnoczi <[email protected]>
CC: Kevin Wolf <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/block-backend.c
block/io.c
include/block/block.h
include/block/block_int.h
qemu-img.c
This page took 0.028705 seconds and 4 git commands to generate.