Re: [Qemu-block] [PATCH v6 01/20] block: Add .bdrv_co_block_status() callback

2017-12-09 Thread Vladimir Sementsov-Ogievskiy
09.12.2017 13:15, Vladimir Sementsov-Ogievskiy wrote: 07.12.2017 23:30, Eric Blake wrote: We are gradually moving away from sector-based interfaces, towards byte-based. Now that the block layer exposes byte-based allocation, it's time to tackle the drivers.  Add a new callback that operates on

Re: [Qemu-block] [PATCH v6 01/20] block: Add .bdrv_co_block_status() callback

2017-12-09 Thread Vladimir Sementsov-Ogievskiy
07.12.2017 23:30, Eric Blake wrote: We are gradually moving away from sector-based interfaces, towards byte-based. Now that the block layer exposes byte-based allocation, it's time to tackle the drivers. Add a new callback that operates on as small as byte boundaries. Subsequent patches will

[Qemu-block] [PATCH v6 01/20] block: Add .bdrv_co_block_status() callback

2017-12-07 Thread Eric Blake
We are gradually moving away from sector-based interfaces, towards byte-based. Now that the block layer exposes byte-based allocation, it's time to tackle the drivers. Add a new callback that operates on as small as byte boundaries. Subsequent patches will then update individual drivers, then