All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] ppc queue
@ 2025-07-24 13:31 Cédric Le Goater
  2025-07-24 13:31 ` [PULL 1/7] MAINTAINERS: Adding myself as a co-maintainer for ppc/spapr Cédric Le Goater
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Cédric Le Goater @ 2025-07-24 13:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cédric Le Goater

The following changes since commit 9e601684dc24a521bb1d23215a63e5c6e79ea0bb:

  Update version for the v10.1.0-rc0 release (2025-07-22 15:48:48 -0400)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-ppc-20250724

for you to fetch changes up to 0fb961e392e2055adc5429236989b01bb763f12c:

  MAINTAINERS: remove myself as ppc maintainer/reviewer (2025-07-24 15:16:59 +0200)

----------------------------------------------------------------
ppc queue:

* Update maintainers

----------------------------------------------------------------
Aditya Gupta (1):
      MAINTAINERS: Add myself as a reviewer of PowerNV emulation

Chinmay Rath (1):
      MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs

Cédric Le Goater (1):
      MAINTAINERS: Remove Frédéric as reviewer

Daniel Henrique Barboza (1):
      MAINTAINERS: remove myself as ppc maintainer/reviewer

Gautam Menghani (1):
      MAINTAINERS: Add myself as a reviewer for XIVE

Harsh Prateek Bora (2):
      MAINTAINERS: Adding myself as a co-maintainer for ppc/spapr
      MAINTAINERS: Adding myself as reviewer for PPC KVM cpus.

 MAINTAINERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PULL 0/7] ppc queue
@ 2026-07-03  4:43 Harsh Prateek Bora
  2026-07-03  4:57 ` Harsh Prateek Bora
  2026-07-05 17:57 ` Stefan Hajnoczi
  0 siblings, 2 replies; 16+ messages in thread
From: Harsh Prateek Bora @ 2026-07-03  4:43 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit b4bdad7dcef623d2874df4e79e0be01075096c3b:

  Merge tag 'dump-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-07-02 16:04:08 +0200)

are available in the Git repository at:

  https://gitlab.com/harshpb/qemu.git tags/pull-ppc-for-11.1-misc-20260703

for you to fetch changes up to f9d05801eb4acd6402d73cb25d498a2419920cf9:

  ppc/pnv: add test to verify external DTB is honored (2026-07-03 10:07:21 +0530)

----------------------------------------------------------------
PPC queue for 2026-07-03
* SLOF FW update to 20260627
* ppc/pnv: external dtb fix and test addition
* PHB code refactor for better maintainability
* Revert deprecation of 405 CPUs
* target/ppc: Expose TB offset of guest in Qemu monitor

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEa4EM1tK+EPOIPSFCRUTplPnWj7sFAmpHPNAACgkQRUTplPnW
j7tkjQ/9FP3/sTw0MxhGdLItxurrEzu3f4jiDKpnjEIqiJInzYl/2fJKZU611PSp
gydfdNhkr71TxuJggibAosEblcWRq9KqQXysDpNrJ8rqEIeLj0lv9/JigLTZqU3e
vsfDmfdCAB7YTtpm6HkTYW81EPD0X8AwQqz4FCNDQ0zeNUBIU8IU/ARP2j80CTnm
5xRK42aZb9CMYYIk3p8l4FuZmv6Y0Jf0daXM4WsEdHu9KjGvYr1glTY/lgblNPug
kWIcjPqQ6x/hloYqxTTcsfJBnKfdaVppuh6LbJbgISsQIBzTqrD2HvEIpNFJRKnS
1XGwLj6cMmm4u2tv3BF0yVDJCEff312n2VFskmOrCUJOR+g2UqDzMb4+7JOpufEn
Fla38+a9H9ThdnUNaak8+KquHDOJzDAOugOdMvsID8KlJ/q3wrTTEUUImj5Bwyqz
Gc7naNx+3D+BSiahDe4LP71ZFLrQJ/eYCj71for5xZNcZVOQ6IDhymEMUAcRzkt6
2qICF6XmkYfuH+1113KMxG65NpKGEvktONQ6UpLWTubQ++BNK1Bt2v8PAWSis/d8
EYg5M/R7RqhbxufIUDLXJIuxB3xuiVg+e+x/M8X0LffmYhPI1cuZPmth4/75IKL+
9Vddgc1hSHX1EUjRyZpoK6WArOTNvUOZMEcAhGr/0NgK5O/1Z10=
=1TRv
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Gautam Menghani (1):
      target/ppc: Expose the TB offset of the guest in QEMU monitor

Glenn Miles (1):
      Revert "hw/ppc: Deprecate 405 CPUs"

Jishnu Warrier (1):
      hw/pci-host: Split PowerNV PHB5 code from PHB4 files

Shivang Upadhyay (2):
      ppc/pnv: avoid regenerating DTB if external DTB is present
      ppc/pnv: add test to verify external DTB is honored

Thomas Huth (2):
      pseries: Update SLOF firmware image to release 20260627
      docs/system/ppc/pseries: Update the link to the SLOF repository

 docs/about/deprecated.rst              |   9 ----
 docs/system/ppc/pseries.rst            |   2 +-
 target/ppc/cpu.h                       |   1 +
 hw/pci-host/pnv_phb4.c                 |   6 ---
 hw/pci-host/pnv_phb4_pec.c             |  58 -------------------------
 hw/pci-host/pnv_phb5.c                 |  23 ++++++++++
 hw/pci-host/pnv_phb5_pec.c             |  77 +++++++++++++++++++++++++++++++++
 hw/ppc/pnv.c                           |  10 +++--
 hw/ppc/ppc.c                           |   5 +++
 target/ppc/cpu_init.c                  |   5 ++-
 hw/pci-host/meson.build                |   2 +
 pc-bios/README                         |   2 +-
 pc-bios/slof.bin                       | Bin 994176 -> 997576 bytes
 roms/SLOF                              |   2 +-
 tests/functional/ppc64/test_powernv.py |  19 ++++++++
 15 files changed, 140 insertions(+), 81 deletions(-)
 create mode 100644 hw/pci-host/pnv_phb5.c
 create mode 100644 hw/pci-host/pnv_phb5_pec.c


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PULL 0/7] ppc queue
@ 2023-08-04 15:29 Daniel Henrique Barboza
  2023-08-04 19:37 ` Richard Henderson
  2023-08-05  6:56 ` Michael Tokarev
  0 siblings, 2 replies; 16+ messages in thread
From: Daniel Henrique Barboza @ 2023-08-04 15:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, danielhb413, peter.maydell, richard.henderson

The following changes since commit c26d005e62f4fd177dae0cd70c24cb96761edebc:

  Merge tag 'hppa-linux-user-speedup-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2023-08-03 18:49:45 -0700)

are available in the Git repository at:

  https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20230804

for you to fetch changes up to 0e2a3ec36885f6d79a96230f582d4455878c6373:

  target/ppc: Fix VRMA page size for ISA v3.0 (2023-08-04 12:22:03 -0300)

----------------------------------------------------------------
ppc patch queue for 2023-08-04:

This queue contains target/ppc register and VRMA fixes for 8.1. pegasos2
fixes are also included.

----------------------------------------------------------------
BALATON Zoltan (4):
      ppc/pegasos2: Fix reset state of USB functions
      ppc/pegasos2: Fix reg property of ROM BARs
      ppc/pegasos2: Fix naming of device tree nodes
      ppc/pegasos2: Fix reg property of 64 bit BARs in device tree

Nicholas Piggin (3):
      target/ppc: Implement ASDR register for ISA v3.0 for HPT
      target/ppc: Fix pending HDEC when entering PM state
      target/ppc: Fix VRMA page size for ISA v3.0

 hw/ppc/pegasos2.c        | 24 ++++++++++++++--
 target/ppc/excp_helper.c |  6 ++++
 target/ppc/mmu-hash64.c  | 72 ++++++++++++++++++++++++++++++++++++------------
 target/ppc/mmu-hash64.h  |  5 ++++
 4 files changed, 88 insertions(+), 19 deletions(-)


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

end of thread, other threads:[~2026-07-05 17:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 13:31 [PULL 0/7] ppc queue Cédric Le Goater
2025-07-24 13:31 ` [PULL 1/7] MAINTAINERS: Adding myself as a co-maintainer for ppc/spapr Cédric Le Goater
2025-07-24 13:31 ` [PULL 2/7] MAINTAINERS: Adding myself as reviewer for PPC KVM cpus Cédric Le Goater
2025-07-24 13:31 ` [PULL 3/7] MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs Cédric Le Goater
2025-07-24 13:31 ` [PULL 4/7] MAINTAINERS: Add myself as a reviewer of PowerNV emulation Cédric Le Goater
2025-07-24 13:31 ` [PULL 5/7] MAINTAINERS: Add myself as a reviewer for XIVE Cédric Le Goater
2025-07-24 13:31 ` [PULL 6/7] MAINTAINERS: Remove Frédéric as reviewer Cédric Le Goater
2025-07-24 13:31 ` [PULL 7/7] MAINTAINERS: remove myself as ppc maintainer/reviewer Cédric Le Goater
2025-07-25 15:24 ` [PULL 0/7] ppc queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2026-07-03  4:43 Harsh Prateek Bora
2026-07-03  4:57 ` Harsh Prateek Bora
2026-07-05 17:57 ` Stefan Hajnoczi
2023-08-04 15:29 Daniel Henrique Barboza
2023-08-04 19:37 ` Richard Henderson
2023-08-05  6:56 ` Michael Tokarev
2023-08-06 20:09   ` Cédric Le Goater

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.