Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests

2016-11-14 Thread Cédric Le Goater
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 32bi

Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests

2016-11-14 Thread David Gibson
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 ctpop

Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests

2016-11-14 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests Message-id: 1479114778-3881-1-git-send-email-...@kaod.org === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests

2016-11-14 Thread Cédric Le Goater
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. Thanks, C. Cé