qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH 06/18] qed: Implement .bdrv_drain


From: Paolo Bonzini
Subject: Re: [Qemu-block] [PATCH 06/18] qed: Implement .bdrv_drain
Date: Fri, 14 Oct 2016 12:40:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0


On 14/10/2016 12:33, Fam Zheng wrote:
>> > +    bdrv_aio_flush(s->bs->file->bs, qed_clear_need_check, s);
> If this one has to change, what about the other bdrv_aio_flush(s->bs, ...) 
> down
> in this call path:
> 
>     qed_need_check_timer_cb
>         qed_clear_need_check
>             qed_write_header
>                 qed_flush_after_clear_need_check

It was really just for clarity, so I guess I can change all four of them
in a separate patch.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]