[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] various ppc fixes
From: |
Nicholas Piggin |
Subject: |
[PATCH 0/7] various ppc fixes |
Date: |
Tue, 6 Aug 2024 23:13:10 +1000 |
This fixes LPC serirq Coverity issues introduced in the merge
window that Cedric reported. Also fixes for an assorted bunch of
emulation issues recently turned up when running PowerVM firmware
on the model.
Thanks,
Nick
Nicholas Piggin (7):
ppc/pnv: Fix LPC serirq routing calculation
ppc/pnv: Fix LPC POWER8 register sanity check
target/ppc: Fix mtDPDES targeting SMT siblings
target/ppc: PMIs are level triggered
target/ppc: Fix doorbell delivery to threads in powersave
target/ppc: Fix HFSCR facility checks
target/ppc: Fix VRMA to not check virtual page class key protection
target/ppc/cpu.h | 5 +++--
hw/ppc/pnv_lpc.c | 14 ++++++++++----
target/ppc/excp_helper.c | 21 +++++++++++++--------
target/ppc/misc_helper.c | 2 +-
target/ppc/mmu-hash64.c | 9 ++++++++-
5 files changed, 35 insertions(+), 16 deletions(-)
--
2.45.2
- [PATCH 0/7] various ppc fixes,
Nicholas Piggin <=
- [PATCH 1/7] ppc/pnv: Fix LPC serirq routing calculation, Nicholas Piggin, 2024/08/06
- [PATCH 2/7] ppc/pnv: Fix LPC POWER8 register sanity check, Nicholas Piggin, 2024/08/06
- [PATCH 3/7] target/ppc: Fix mtDPDES targeting SMT siblings, Nicholas Piggin, 2024/08/06
- [PATCH 4/7] target/ppc: PMIs are level triggered, Nicholas Piggin, 2024/08/06
- [PATCH 5/7] target/ppc: Fix doorbell delivery to threads in powersave, Nicholas Piggin, 2024/08/06
- [PATCH 6/7] target/ppc: Fix HFSCR facility checks, Nicholas Piggin, 2024/08/06
- [PATCH 7/7] target/ppc: Fix VRMA to not check virtual page class key protection, Nicholas Piggin, 2024/08/06