From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, danielhb413@gmail.com, peter.maydell@linaro.org
Subject: [PULL 0/9] ppc queue
Date: Tue, 7 Nov 2023 17:47:57 -0300 [thread overview]
Message-ID: <20231107204806.8507-1-danielhb413@gmail.com> (raw)
The following changes since commit 462ad017ed76889d46696a3581e1b52343f9b683:
Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2023-11-07 19:00:03 +0800)
are available in the Git repository at:
https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20231107
for you to fetch changes up to 5bf4ceec109289356f50f69bf277c99b045182e7:
ppc: qtest already exports qtest_rtas_call() (2023-11-07 15:49:41 -0300)
----------------------------------------------------------------
ppc patch queue for 2023-11-07:
This queue, the last one before the 8.2 feature freeze, has miscellanous
changes that includes new PowerNV features and the new AmigaONE XE
board.
----------------------------------------------------------------
BALATON Zoltan (3):
hw/pci-host: Add emulation of Mai Logic Articia S
hw/ppc: Add emulation of AmigaOne XE board
tests/avocado: Add test for amigaone board
Cédric Le Goater (2):
ppc/pnv: Add an I2C controller model
ppc/pnv: Connect I2C controller model to powernv9 chip
Glenn Miles (2):
ppc/pnv: Connect PNV I2C controller to powernv10
ppc/pnv: Fix number of I2C engines and ports for power9/10
Juan Quintela (1):
ppc: qtest already exports qtest_rtas_call()
Saif Abrar (1):
hw/pci-host: Update PHB5 XSCOM registers
MAINTAINERS | 8 +
configs/devices/ppc-softmmu/default.mak | 1 +
hw/pci-host/Kconfig | 5 +
hw/pci-host/articia.c | 293 ++++++++++++++
hw/pci-host/meson.build | 2 +
hw/pci-host/pnv_phb4.c | 46 ++-
hw/pci-host/pnv_phb4_pec.c | 33 +-
hw/ppc/Kconfig | 7 +
hw/ppc/amigaone.c | 166 ++++++++
hw/ppc/meson.build | 3 +
hw/ppc/pnv.c | 61 +++
hw/ppc/pnv_i2c.c | 697 ++++++++++++++++++++++++++++++++
hw/ppc/spapr_rtas.c | 5 +-
include/hw/pci-host/articia.h | 17 +
include/hw/pci-host/pnv_phb4.h | 2 +-
include/hw/pci-host/pnv_phb4_regs.h | 4 +-
include/hw/ppc/pnv_chip.h | 10 +
include/hw/ppc/pnv_i2c.h | 38 ++
include/hw/ppc/pnv_xscom.h | 6 +
include/hw/ppc/spapr_rtas.h | 10 -
tests/avocado/ppc_amiga.py | 38 ++
21 files changed, 1414 insertions(+), 38 deletions(-)
create mode 100644 hw/pci-host/articia.c
create mode 100644 hw/ppc/amigaone.c
create mode 100644 hw/ppc/pnv_i2c.c
create mode 100644 include/hw/pci-host/articia.h
create mode 100644 include/hw/ppc/pnv_i2c.h
delete mode 100644 include/hw/ppc/spapr_rtas.h
create mode 100644 tests/avocado/ppc_amiga.py
next reply other threads:[~2023-11-07 20:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-07 20:47 Daniel Henrique Barboza [this message]
2023-11-07 20:47 ` [PULL 1/9] hw/pci-host: Add emulation of Mai Logic Articia S Daniel Henrique Barboza
2023-11-07 20:47 ` [PULL 2/9] hw/ppc: Add emulation of AmigaOne XE board Daniel Henrique Barboza
2023-11-07 20:48 ` [PULL 3/9] tests/avocado: Add test for amigaone board Daniel Henrique Barboza
2023-11-07 20:48 ` [PULL 4/9] ppc/pnv: Add an I2C controller model Daniel Henrique Barboza
2023-11-07 20:48 ` [PULL 5/9] ppc/pnv: Connect I2C controller model to powernv9 chip Daniel Henrique Barboza
2023-11-07 20:48 ` [PULL 6/9] ppc/pnv: Connect PNV I2C controller to powernv10 Daniel Henrique Barboza
2023-11-07 20:48 ` [PULL 7/9] ppc/pnv: Fix number of I2C engines and ports for power9/10 Daniel Henrique Barboza
2023-11-07 20:48 ` [PULL 8/9] hw/pci-host: Update PHB5 XSCOM registers Daniel Henrique Barboza
2023-11-07 20:48 ` [PULL 9/9] ppc: qtest already exports qtest_rtas_call() Daniel Henrique Barboza
2023-11-08 14:20 ` [PULL 0/9] ppc queue Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231107204806.8507-1-danielhb413@gmail.com \
--to=danielhb413@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.