From: Harsh Prateek Bora <harshpb@linux.ibm.com>
To: qemu-devel@nongnu.org
Subject: [PULL 00/10] ppc-for-10.2-d4 queue
Date: Thu, 30 Oct 2025 14:19:26 +0530 [thread overview]
Message-ID: <20251030084936.1132417-1-harshpb@linux.ibm.com> (raw)
The following changes since commit e090e0312dc9030d94e38e3d98a88718d3561e4e:
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2025-10-29 10:44:15 +0100)
are available in the Git repository at:
https://gitlab.com/harshpb/qemu.git tags/pull-ppc-for-10.2-d4-20251030
for you to fetch changes up to 5795c7650e4b149e19020f95cc4892bf7b2beef6:
hw/ppc/pegasos: Update documentation for pegasos1 (2025-10-30 13:40:38 +0530)
----------------------------------------------------------------
ppc queue for 10.2
* Firmware updates for SLOF, sam460ex u-boot
* Removal of unusable e200 CPUs
* Coverity fixes for fadump
* Other minor fixes, cleanups for pegasos, spapr.
----------------------------------------------------------------
BALATON Zoltan (4):
hw/ppc/sam460ex: Update u-boot-sam460ex
hw/ppc/pegasos2: Add /chosen/stdin node with VOF
hw/ppc/pegasos2: Rename to pegasos
hw/ppc/pegasos: Update documentation for pegasos1
Shivang Upadhyay (2):
hw/ppc: Fix missing return on allocation failure
hw/ppc: Fix memory leak in get_cpu_state_data()
Thomas Huth (3):
pseries: Update SLOF firmware image to release 20251027
target/ppc/cpu_init: Simplify the setup of the TLBxCFG SPR registers
target/ppc: Remove the unusable e200 CPUs
Yoges Vyas (1):
ppc/spapr: Cleanup MSI IRQ number handling
MAINTAINERS | 6 +-
docs/system/ppc/amigang.rst | 29 ++---
configs/devices/ppc-softmmu/default.mak | 7 +-
include/hw/ppc/spapr_irq.h | 2 +-
target/ppc/cpu-models.h | 4 -
hw/ppc/{pegasos2.c => pegasos.c} | 1 +
hw/ppc/sam460ex.c | 7 +-
hw/ppc/spapr_fadump.c | 3 +-
hw/ppc/spapr_irq.c | 7 +-
hw/ppc/spapr_pci.c | 2 +-
target/ppc/cpu-models.c | 5 -
target/ppc/cpu_init.c | 185 +++-----------------------------
hw/ppc/Kconfig | 2 +-
hw/ppc/meson.build | 4 +-
pc-bios/README | 2 +-
pc-bios/meson.build | 2 +-
pc-bios/slof.bin | Bin 996184 -> 994176 bytes
pc-bios/u-boot-sam460-20100605.bin | Bin 524288 -> 0 bytes
pc-bios/u-boot-sam460.bin | Bin 0 -> 524288 bytes
roms/Makefile | 5 +-
roms/SLOF | 2 +-
roms/u-boot-sam460ex | 2 +-
22 files changed, 55 insertions(+), 222 deletions(-)
rename hw/ppc/{pegasos2.c => pegasos.c} (99%)
delete mode 100644 pc-bios/u-boot-sam460-20100605.bin
create mode 100644 pc-bios/u-boot-sam460.bin
next reply other threads:[~2025-10-30 8:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 8:49 Harsh Prateek Bora [this message]
2025-10-30 8:49 ` [PULL 03/10] target/ppc/cpu_init: Simplify the setup of the TLBxCFG SPR registers Harsh Prateek Bora
2025-10-30 8:49 ` [PULL 04/10] target/ppc: Remove the unusable e200 CPUs Harsh Prateek Bora
2025-10-30 8:49 ` [PULL 05/10] ppc/spapr: Cleanup MSI IRQ number handling Harsh Prateek Bora
2025-10-30 8:49 ` [PULL 06/10] hw/ppc: Fix missing return on allocation failure Harsh Prateek Bora
2025-10-30 8:49 ` [PULL 07/10] hw/ppc: Fix memory leak in get_cpu_state_data() Harsh Prateek Bora
2025-10-30 8:49 ` [PULL 08/10] hw/ppc/pegasos2: Add /chosen/stdin node with VOF Harsh Prateek Bora
2025-10-30 8:49 ` [PULL 09/10] hw/ppc/pegasos2: Rename to pegasos Harsh Prateek Bora
2025-10-30 8:49 ` [PULL 10/10] hw/ppc/pegasos: Update documentation for pegasos1 Harsh Prateek Bora
2025-11-01 9:50 ` [PULL 00/10] ppc-for-10.2-d4 queue Richard Henderson
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=20251030084936.1132417-1-harshpb@linux.ibm.com \
--to=harshpb@linux.ibm.com \
--cc=qemu-devel@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 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).