Re: [Qemu-devel] [PATCH v3 01/14] block: Lift some BDS functions to the BlockBackend

2015-01-26 Thread Eric Blake
On 01/26/2015 08:00 AM, Max Reitz wrote: > Create the blk_* counterparts for the following bdrv_* functions (which > make sense to call on the BlockBackend level): > - bdrv_co_write_zeroes() > - bdrv_write_compressed() > - bdrv_truncate() > - bdrv_discard() > - bdrv_load_vmstate() > - bdrv_save_vms

[Qemu-devel] [PATCH v3 01/14] block: Lift some BDS functions to the BlockBackend

2015-01-26 Thread Max Reitz
Create the blk_* counterparts for the following bdrv_* functions (which make sense to call on the BlockBackend level): - bdrv_co_write_zeroes() - bdrv_write_compressed() - bdrv_truncate() - bdrv_discard() - bdrv_load_vmstate() - bdrv_save_vmstate() Signed-off-by: Max Reitz --- block/block-backen