qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v2 18/23] qcow2: Delay the COW


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC PATCH v2 18/23] qcow2: Delay the COW
Date: Fri, 15 Feb 2013 14:36:37 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Feb 13, 2013 at 02:22:08PM +0100, Kevin Wolf wrote:
>      /**
> +     * true if the request is sleeping in the COW delay and the coroutine may
> +     * be reentered in order to cancel the timer.
> +     */
> +    bool sleeping;

Does reentering actually cancel the timer...or does it lead to a
spurious entry when the timer fires in the future?

Do we need anything to really delete the timer in case we re-enter and
terminate the coroutine before the timer fires?

Stefan



reply via email to

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