qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4]  ppc/pnv: XSCOM fixes and unit tests
@ 2016-11-14  9:12 Cédric Le Goater
  2016-11-14  9:12 ` [Qemu-devel] [PATCH v2 1/4] ppc/pnv: add a 'xscom_core_base' field to PnvChipClass Cédric Le Goater
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Cédric Le Goater @ 2016-11-14  9:12 UTC (permalink / raw)
  To: qemu-ppc; +Cc: David Gibson, qemu-devel, Alexander Graf, 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é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

-- 
2.7.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-15  5:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14  9:12 [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests Cédric Le Goater
2016-11-14  9:12 ` [Qemu-devel] [PATCH v2 1/4] ppc/pnv: add a 'xscom_core_base' field to PnvChipClass Cédric Le Goater
2016-11-14  9:12 ` [Qemu-devel] [PATCH v2 2/4] ppc/pnv: fix xscom address translation for POWER9 Cédric Le Goater
2016-11-14  9:12 ` [Qemu-devel] [PATCH v2 3/4] ppc/pnv: Fix fatal bug on 32-bit hosts Cédric Le Goater
2016-11-14  9:12 ` [Qemu-devel] [PATCH v2 4/4] tests: add XSCOM tests for the PowerNV machine Cédric Le Goater
2016-11-14  9:22 ` [Qemu-devel] [PATCH v2 0/4] ppc/pnv: XSCOM fixes and unit tests no-reply
2016-11-14 23:11 ` David Gibson
2016-11-15  5:07   ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).