[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests
From: |
Cédric Le Goater |
Subject: |
Re: [Qemu-ppc] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests |
Date: |
Tue, 15 Nov 2016 06:07:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
On 11/15/2016 12:11 AM, David Gibson wrote:
> On Mon, Nov 14, 2016 at 10:12:54AM +0100, Cédric Le Goater wrote:
>> Hello,
>>
>> Here is a little serie adding some fixes for the XSCOM registers of
>> the POWER9 cores and a unit test.
>>
>> Changes since v1 :
>>
>> - fixed pnv_xscom_addr() for 32bit host systems
>> - replace hweight_long() by ctpop64()
>>
>> Tested on a 32-bit LE system and on 64-bit LE and BE systems.
>
> Applied to ppc-for-2.8.
>
> I fixed a trivial nit in 4/4 - you had a 5 space indent, instead of a
> 4 space indent in one place.
yes. I need to automate the checkpatch step in some ways when I send
patches.
Thanks for doing that.
C.
- [Qemu-ppc] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests, Cédric Le Goater, 2016/11/14
- [Qemu-ppc] [PATCH v2 1/4] ppc/pnv: add a 'xscom_core_base' field to PnvChipClass, Cédric Le Goater, 2016/11/14
- [Qemu-ppc] [PATCH v2 2/4] ppc/pnv: fix xscom address translation for POWER9, Cédric Le Goater, 2016/11/14
- [Qemu-ppc] [PATCH v2 3/4] ppc/pnv: Fix fatal bug on 32-bit hosts, Cédric Le Goater, 2016/11/14
- [Qemu-ppc] [PATCH v2 4/4] tests: add XSCOM tests for the PowerNV machine, Cédric Le Goater, 2016/11/14
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests, no-reply, 2016/11/14
- Re: [Qemu-ppc] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests, David Gibson, 2016/11/14
- Re: [Qemu-ppc] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests,
Cédric Le Goater <=