From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6Qis-00080M-Eb for qemu-devel@nongnu.org; Mon, 14 Nov 2016 18:31:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6Qir-0003Vk-G0 for qemu-devel@nongnu.org; Mon, 14 Nov 2016 18:31:34 -0500 Date: Tue, 15 Nov 2016 10:11:55 +1100 From: David Gibson Message-ID: <20161114231155.GE24747@umbus.fritz.box> References: <1479114778-3881-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mR8QP4gmHujQHb1c" Content-Disposition: inline In-Reply-To: <1479114778-3881-1-git-send-email-clg@kaod.org> Subject: Re: [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?C=E9dric?= Le Goater Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf --mR8QP4gmHujQHb1c Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 14, 2016 at 10:12:54AM +0100, C=E9dric Le Goater wrote: > Hello, >=20 > Here is a little serie adding some fixes for the XSCOM registers of > the POWER9 cores and a unit test.=20 >=20 > Changes since v1 : >=20 > - fixed pnv_xscom_addr() for 32bit host systems > - replace hweight_long() by ctpop64() >=20 > 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. >=20 > Thanks, >=20 > C. >=20 > C=E9dric 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 >=20 > David Gibson (1): > ppc/pnv: Fix fatal bug on 32-bit hosts >=20 > 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 >=20 --=20 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 --mR8QP4gmHujQHb1c Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYKkS5AAoJEGw4ysog2bOS+jMP/3o/P08M/ZJflRdnrS5F8Unw d79lXcqCvnKK5hI25hBfULxrvhbkfsl081FoVb1jiwf39t/bGorhQfzIZg/NFqmX A93QRvL83V1fLEGYyLO7vVDI1irEE27obqeWy/3noMnXxCc7gM1LzlnmAP4uKlxT hDZsWFWvEc/FeYc23kgyik/DpF+R75brCgUDkbQ2vnrWbYiUJGkTHQXOcFwPUpKw GG8qLYNmVJVp7zeuUW3RGz1hWBUFO+Sg0bVfo9ebICofylHYYQI/GItmj8uUAh3J ZagyALOJHUUdcLQ+vuViSk9fwp5H96/5sT+7/HwDYxcUgK8CKieeX0J9GaPPDnOV fWWjCeRtPENrQ31QAUprTGIa1cVQsMug9LS7YL+f1+v04bwPgcLZpSpQku1QAKXm 0Z0AypbYDsJ/QoomVIDAFCXTkAn6oLlnOf+2yxqoly75bbvCqlolQ1MPXz4n+WOM MN0LPZid4KxKxVX1EmcI2llwGtjKIIeQyIVBVtGt8ax09N1JFLgd9hbkwwXbw0sm p8eo8GqaEYAYpRLR5PnGsub6fxy2c7/ycWFkBxKvzgee5tVvdDFBAWOHSnk0DTb1 MC/USo+meoV3alGMj88LbnUi3hc6PG+Hk36Mh48vu1GYuqrQZY8L1ATGylLZbKhu NqHNx6Cw4dUTKUilAxpy =QZvM -----END PGP SIGNATURE----- --mR8QP4gmHujQHb1c--