Re: [Qemu-devel] [PATCH v6 0/4] block: Block driver callbacks fixes

2017-07-28 Thread Kevin Wolf
Am 13.07.2017 um 17:30 hat Manos Pitsidianakis geschrieben: > This series makes implementing some of the bdrv_* callbacks easier for block > filters by passing requests to bs->file if bs->drv doesn't implement it > instead > of failing, and adding default bdrv_co_get_block_status() implementations

[Qemu-devel] [PATCH v6 0/4] block: Block driver callbacks fixes

2017-07-13 Thread Manos Pitsidianakis
This series makes implementing some of the bdrv_* callbacks easier for block filters by passing requests to bs->file if bs->drv doesn't implement it instead of failing, and adding default bdrv_co_get_block_status() implementations. This is based against commit ced1484322 of https://github.com/Xan