On Sat, 09/23 14:14, Manos Pitsidianakis wrote: > BlockDriverState has a bdrv_co_drain() callback but no equivalent for > the end of the drain. The throttle driver (block/throttle.c) needs a way > to mark the end of the drain in order to toggle io_limits_disabled > correctly, thus bdrv_co_drain_end is needed. > > Signed-off-by: Manos Pitsidianakis <el13...@mail.ntua.gr>
Reviewed-by: Fam Zheng <f...@redhat.com>