[PULL 0/7] ppc-for-11.2 queue
Harsh Prateek Bora <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit eea8fe61b8be8f3016e522e6af24924a0266ca95:
Merge tag 'igvm-20260821-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-08-21 10:39:31 -0700)
are available in the Git repository at:
https://gitlab.com/harshpb/qemu.git tags/pull-ppc-for-11.2-20260823
for you to fetch changes up to 45caf67b9a6a446629e1c133b76a3d9a3cebdcf1:
MAINTAINERS: add self as reviewer for PowerPC RAS (2026-08-23 11:42:57 +0530)
----------------------------------------------------------------
PPC PR for 11.2 - 20260823
* powernv: boot OpenBSD on POWER9
* Misc fixes in target/ppc and spapr_watchdog
* MAINTAINERS: adding reviewers - Amit (PPC KVM, sPAPR) and Shivang (PPC RAS)
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEa4EM1tK+EPOIPSFCRUTplPnWj7sFAmqKlQcACgkQRUTplPnW
j7tgEw//anSKG8cNMcauqfv9kB4buOdtGPLZS7QjO35JPYD6bI8Z+DvPMSJKi+xP
3GcjT3rZbzCI0OsbAzw5OmSCZzsY/Cgr+1FrlJcC49jOEHC4VklD7tVV6dH5MS1j
CUZlxd5TQrf49URitZcaOcQWHNxrr1WjDhGxmdz0VnV4nJF4QQMyACRM6e+KpgXN
0qLGfuHF77N79g+ttf1psI+VYESk8kMg48rQDDBqlF1y27D1GEMdsNqq8lhvzvZc
tLUiui3xvhXPRqUTE6AcvGrpCfdkoiAsR/R6i0kdu+HrQ10CcRHTXCyYpPjBj2wg
bo7erO4jQBHroIXXkAJ8EJzOTNMmaBtHuXjMZYgCHO9pYMGgHzp3yXvqyC9k3F/c
dlOgrdw6mC7K+3b4REHeG8kaYRtIFi8vbENGQNSMyEDZswvU+obwKZWz24nmOvvl
A6QP2C6/gAraodcoDMaJ9pYhU6/5ynGhbcrfjzqiGN1z/pmXIiXffW342oLciWa/
/yAMCiHhH9k7aBULm27JqcCWOiotk/Xv9J1/TlLfcs6h3YuMlVGl6V4zMvctufYO
XqqP/iJqbj3djdYQLGUEdEG1Yh2LItO9KYu5F00jET1fE8DW6NS9ceUe4A6oma8f
nMv3ErfxAbVkr5rN/vibo35yG2O26ApwW8oQDM0NzlesklsMHd0=
=vkyg
-----END PGP SIGNATURE-----
----------------------------------------------------------------
Amit Machhiwal (1):
MAINTAINERS: Add myself as a reviewer for PPC KVM and sPAPR
Chinmay Rath (1):
hw/watchdog: Add lower bound check for watchdogNumber
Kirill A. Korinsky (1):
powernv: boot OpenBSD on POWER9
Minhang Zhang (1):
target/ppc: Validate HTABMASK and reserved bits in SDR1 for 32-bit mode
Pierrick Bouvier (1):
target/ppc/cpu_init: make cpu listing deterministic
Shivang Upadhyay (2):
MAINTAINERS: add dedicated PowerPC RAS section
MAINTAINERS: add self as reviewer for PowerPC RAS
MAINTAINERS | 35 ++++++++++++-----------
hw/ppc/pnv_psi.c | 11 +++++--
hw/watchdog/spapr_watchdog.c | 16 +++++++----
target/ppc/cpu_init.c | 2 +-
target/ppc/mmu-book3s-v3.c | 21 +++++++++++---
target/ppc/mmu_common.c | 25 ++++++++++++----
tests/functional/ppc64/meson.build | 2 ++
tests/functional/ppc64/test_openbsd.py | 52 ++++++++++++++++++++++++++++++++++
8 files changed, 129 insertions(+), 35 deletions(-)
create mode 100755 tests/functional/ppc64/test_openbsd.py