qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 15/17] ahci: add support for restarting non-q


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 15/17] ahci: add support for restarting non-queued commands
Date: Wed, 17 Dec 2014 10:41:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 17/12/2014 02:36, John Snow wrote:
> +         * If an error was there, ad->busy_slot will not be -1.  Restarting
> +         * the operation will resume execution of the command list, do
> +         * nothing here.

I wrote this comment, and I had to reread it twice to make sense of it.

Perhaps:

    * If an error was there, ad->busy_slot will not be -1.  In that
    * case, restarting the operation will resume execution of the
    * command list.  Otherwise we have to do it here.

Paolo



reply via email to

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