qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v2 5/9] quorum: Inline quorum_aio_cb()


From: Paolo Bonzini
Subject: Re: [Qemu-block] [PATCH v2 5/9] quorum: Inline quorum_aio_cb()
Date: Tue, 29 Nov 2016 10:39:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0


On 22/11/2016 13:24, Kevin Wolf wrote:
> +
> +    assert(rewrite == !!acb->rewrite_count);

I think this might actually trigger if none of the rewrite coroutines
yields.

Paolo

> +    while (acb->rewrite_count) {
>          qemu_coroutine_yield();
>      }



reply via email to

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