Re: [PATCH v5 3/9] block-backend: Add flags to blk_truncate()

2020-04-23 Thread Max Reitz
On 22.04.20 17:21, Kevin Wolf wrote: > Now that node level interface bdrv_truncate() supports passing request > flags to the block driver, expose this on the BlockBackend level, too. > > Signed-off-by: Kevin Wolf > Reviewed-by: Vladimir Sementsov-Ogievskiy > Reviewed-by: Alberto Garcia > --- >

[PATCH v5 3/9] block-backend: Add flags to blk_truncate()

2020-04-22 Thread Kevin Wolf
Now that node level interface bdrv_truncate() supports passing request flags to the block driver, expose this on the BlockBackend level, too. Signed-off-by: Kevin Wolf Reviewed-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Alberto Garcia --- include/sysemu/block-backend.h | 2 +- block.c