[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 1/3] block: add bdrv_co_drain_end callback
From: |
Fam Zheng |
Subject: |
Re: [Qemu-devel] [PATCH v2 1/3] block: add bdrv_co_drain_end callback |
Date: |
Thu, 21 Sep 2017 21:30:37 +0800 |
User-agent: |
Mutt/1.8.3 (2017-05-23) |
On Thu, 09/21 16:17, Manos Pitsidianakis wrote:
> BlockDriverState has a bdrv_do_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 <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
- Re: [Qemu-devel] [PATCH v2 2/3] block: rename bdrv_co_drain to bdrv_co_drain_begin, (continued)
Re: [Qemu-devel] [PATCH v2 1/3] block: add bdrv_co_drain_end callback,
Fam Zheng <=
Re: [Qemu-devel] [PATCH v2 0/3] add bdrv_co_drain_begin/end BlockDriver callbacks, Fam Zheng, 2017/09/21