[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests
From: |
David Gibson |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests |
Date: |
Tue, 15 Nov 2016 10:11:55 +1100 |
User-agent: |
Mutt/1.7.1 (2016-10-04) |
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.
>
> Thanks,
>
> C.
>
> Cédric Le Goater (3):
> ppc/pnv: add a 'xscom_core_base' field to PnvChipClass
> ppc/pnv: fix xscom address translation for POWER9
> tests: add XSCOM tests for the PowerNV machine
>
> David Gibson (1):
> ppc/pnv: Fix fatal bug on 32-bit hosts
>
> hw/ppc/pnv.c | 10 +++-
> hw/ppc/pnv_xscom.c | 8 +--
> include/hw/ppc/pnv.h | 1 +
> include/hw/ppc/pnv_xscom.h | 5 +-
> tests/Makefile.include | 1 +
> tests/pnv-xscom-test.c | 140
> +++++++++++++++++++++++++++++++++++++++++++++
> 6 files changed, 156 insertions(+), 9 deletions(-)
> create mode 100644 tests/pnv-xscom-test.c
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests, Cédric Le Goater, 2016/11/14
- [Qemu-devel] [PATCH v2 1/4] ppc/pnv: add a 'xscom_core_base' field to PnvChipClass, Cédric Le Goater, 2016/11/14
- [Qemu-devel] [PATCH v2 2/4] ppc/pnv: fix xscom address translation for POWER9, Cédric Le Goater, 2016/11/14
- [Qemu-devel] [PATCH v2 3/4] ppc/pnv: Fix fatal bug on 32-bit hosts, Cédric Le Goater, 2016/11/14
- [Qemu-devel] [PATCH v2 4/4] tests: add XSCOM tests for the PowerNV machine, Cédric Le Goater, 2016/11/14
- Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests, no-reply, 2016/11/14
- Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests,
David Gibson <=