[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 00/10] misc ppc patches
From: |
Nicholas Piggin |
Subject: |
[PATCH v2 00/10] misc ppc patches |
Date: |
Tue, 12 Mar 2024 23:14:09 +1000 |
This accounts for comments from v1, and drops the attn and
checkstop patches. Will try again next release for those since
they probably fell off peoples' radar this time.
Thanks,
Nick
Benjamin Gray (1):
ppc/spapr: Add pa-features for POWER10 machines
Nicholas Piggin (9):
ppc: Drop support for POWER9 and POWER10 DD1 chips
target/ppc: POWER10 does not have transactional memory
ppc/spapr|pnv: Remove SAO from pa-features
ppc/spapr: Remove copy-paste from pa-features
ppc/spapr: Adjust ibm,pa-features for POWER9
ppc/pnv: Permit ibm,pa-features set per machine variant
ppc/pnv: Set POWER9, POWER10 ibm,pa-features bits
target/ppc: Prevent supervisor from modifying MSR[ME]
spapr: set MSR[ME] and MSR[FP] on client entry
hw/ppc/pnv.c | 104 ++++++++++++++++++++++++++++++++++-----
hw/ppc/spapr.c | 63 ++++++++++++++++++++----
hw/ppc/spapr_cpu_core.c | 8 +--
target/ppc/cpu-models.c | 4 --
target/ppc/cpu_init.c | 12 ++---
target/ppc/helper_regs.c | 5 ++
target/ppc/kvm.c | 11 -----
7 files changed, 160 insertions(+), 47 deletions(-)
--
2.42.0
- [PATCH v2 00/10] misc ppc patches,
Nicholas Piggin <=
- [PATCH v2 01/10] ppc: Drop support for POWER9 and POWER10 DD1 chips, Nicholas Piggin, 2024/03/12
- [PATCH v2 02/10] target/ppc: POWER10 does not have transactional memory, Nicholas Piggin, 2024/03/12
- [PATCH v2 03/10] ppc/spapr|pnv: Remove SAO from pa-features, Nicholas Piggin, 2024/03/12
- [PATCH v2 04/10] ppc/spapr: Remove copy-paste from pa-features, Nicholas Piggin, 2024/03/12
- [PATCH v2 05/10] ppc/spapr: Adjust ibm,pa-features for POWER9, Nicholas Piggin, 2024/03/12
- [PATCH v2 06/10] ppc/spapr: Add pa-features for POWER10 machines, Nicholas Piggin, 2024/03/12
- [PATCH v2 07/10] ppc/pnv: Permit ibm, pa-features set per machine variant, Nicholas Piggin, 2024/03/12