[PATCH v3 0/2] target/ppc: Fix checkstop and add attn instruction

Nicholas Piggin posted 2 patches 8 months ago
Failed in applying to current master (apply log)
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(-)
[PATCH v3 0/2] target/ppc: Fix checkstop and add attn instruction
Posted by Nicholas Piggin 8 months ago
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