[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 3/8] ahci: send init d2h fis on fis enable
From: |
Alexander Graf |
Subject: |
[Qemu-devel] Re: [PATCH 3/8] ahci: send init d2h fis on fis enable |
Date: |
Tue, 18 Jan 2011 13:42:04 +0100 |
On 18.01.2011, at 13:25, Kevin Wolf wrote:
> Am 20.12.2010 22:13, schrieb Alexander Graf:
>> The drive sends a d2h init fis on initialization. Usually, the guest doesn't
>> receive fises yet at that point though, so the delivery is deferred.
>>
>> Let's reflect that by sending the init fis on fis receive enablement.
>>
>> Signed-off-by: Alexander Graf <address@hidden>
>
> Hm... If I read the spec right, the real solution wouldn't be an
> init_d2h_sent flag, but implementing a queue for FISes that are received
> when the guest hasn't set FRE yet.
>
> I'm not against taking a hack like this, but maybe leave a comment
> somewhere at least.
Yes, they'd get queued. In practice it doesn't really matter that much, which
is why the hack works :). But you're right - a comment would be nice.
Alex