[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/2] target/ppc: Fix checkstop and add attn instruction
From: |
Nicholas Piggin |
Subject: |
[PATCH v3 0/2] target/ppc: Fix checkstop and add attn instruction |
Date: |
Fri, 19 Jan 2024 01:25:21 +1000 |
Try these again. checkstop fix is mostly unchanged since last
posted, but several fixes to attn. Seems to work well enough.
Thanks,
Nick
Nicholas Piggin (2):
target/ppc: Make checkstop actually stop the system
target/ppc: Implement attn instruction on BookS 64-bit processors
target/ppc/cpu.h | 16 +++++++-
target/ppc/helper.h | 1 +
target/ppc/cpu_init.c | 82 +++++++++++++++++++++++++++++++++++++---
target/ppc/excp_helper.c | 52 +++++++++++++++++++------
target/ppc/translate.c | 11 ++++++
roms/skiboot | 2 +-
6 files changed, 145 insertions(+), 19 deletions(-)
--
2.42.0
- [PATCH v3 0/2] target/ppc: Fix checkstop and add attn instruction,
Nicholas Piggin <=