[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5] PING: Fix ATA SMART and CHECK POWER MODE
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH v5] PING: Fix ATA SMART and CHECK POWER MODE |
Date: |
Wed, 09 Mar 2011 10:32:26 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 |
Am 09.03.2011 05:26, schrieb Ryan Harper:
> * Brian Wheeler <address@hidden> [2011-03-01 07:35]:
>> This patch fixes two things:
>>
>> 1) CHECK POWER MODE
>>
>> The error return value wasn't always zero, so it would show up as
>> offline. Error is now explicitly set to zero.
>>
>> 2) SMART
>>
>> The smart values that were returned were invalid and tools like skdump
>> would not recognize that the smart data was actually valid and would
>> dump weird output. The data has been fixed up and raw value support
>> was added. Tools like skdump and palimpsest work as expected.
>>
>> v5 changes: rebase
>> v4 changes: incorporate changes from Ryan Harper
>> v3 changes: don't reformat code I didn't change
>> v2 changes: use single structure instead of one for thresholds and one
>> for data.
>>
>
> Sorry, haven't had a chance to catch up on qemu-devel, meant to respond
> sooner. Changes look good.
>
> Acked-by: Ryan Harper <address@hidden>
Thanks, applied to the block branch.
Kevin