[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH for-2.9-rc5 v4 0/2] block: Drain BH in bdrv_drai
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH for-2.9-rc5 v4 0/2] block: Drain BH in bdrv_drained_begin |
Date: |
Tue, 18 Apr 2017 16:42:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 18/04/2017 16:30, Fam Zheng wrote:
> v4: Split patch, and fix the unsafe bdrv_unref. [Paolo]
>
> Fam Zheng (2):
> block: Walk bs->children carefully in bdrv_drain_recurse
> block: Drain BH in bdrv_drained_begin
>
> block/io.c | 23 ++++++++++++++++++++---
> include/block/block.h | 22 ++++++++++++++--------
> 2 files changed, 34 insertions(+), 11 deletions(-)
>
Thanks, this looks good.
Paolo