[PATCH 0/7] various ppc fixes

Nicholas Piggin posted 7 patches 3 months, 2 weeks ago
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(-)
[PATCH 0/7] various ppc fixes
Posted by Nicholas Piggin 3 months, 2 weeks ago
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
Re: [PATCH 0/7] various ppc fixes
Posted by Richard Henderson 3 months, 2 weeks ago
On 8/6/24 23:13, Nicholas Piggin wrote:
> 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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~