qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] target/ppc: Catch invalid real address accesses
@ 2023-06-27 13:46 Nicholas Piggin
  2023-06-27 13:46 ` [PATCH v2 1/4] target/ppc: Machine check on invalid real address access on POWER9/10 Nicholas Piggin
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Nicholas Piggin @ 2023-06-27 13:46 UTC (permalink / raw)
  To: qemu-devel
  Cc: Nicholas Piggin, qemu-ppc, Daniel Henrique Barboza,
	Cédric Le Goater, David Gibson, Greg Kurz,
	Harsh Prateek Bora

Since v1 I squashed a patch (and wrapper function) out, removed 970
to POWER8 invalid real address checkstop, added attn implementation to
demonstrate sharing of checkstop, and made some fixes to checkstop
mechanism so it stops on the instruction causing it.

Thanks,
Nick


BALATON Zoltan (1):
  target/ppc: Move common check in machine check handlers to a function

Nicholas Piggin (3):
  target/ppc: Machine check on invalid real address access on POWER9/10
  target/ppc: Make checkstop actually stop the system
  target/ppc: Implement attn instruction on BookS 64-bit processors

 target/ppc/cpu.h         |   2 +
 target/ppc/cpu_init.c    |   1 +
 target/ppc/excp_helper.c | 181 ++++++++++++++++++++++-----------------
 target/ppc/helper.h      |   2 +
 target/ppc/internal.h    |   5 ++
 target/ppc/translate.c   |   7 ++
 6 files changed, 121 insertions(+), 77 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-06-29  9:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27 13:46 [PATCH v2 0/4] target/ppc: Catch invalid real address accesses Nicholas Piggin
2023-06-27 13:46 ` [PATCH v2 1/4] target/ppc: Machine check on invalid real address access on POWER9/10 Nicholas Piggin
2023-06-27 13:46 ` [PATCH v2 2/4] target/ppc: Move common check in machine check handlers to a function Nicholas Piggin
2023-06-27 13:46 ` [PATCH v2 3/4] target/ppc: Make checkstop actually stop the system Nicholas Piggin
2023-06-27 17:38   ` BALATON Zoltan
2023-06-28  0:55     ` Nicholas Piggin
2023-06-28  1:28       ` BALATON Zoltan
2023-06-28  9:33   ` Richard Henderson
2023-06-29  9:08     ` Nicholas Piggin
2023-06-27 13:46 ` [PATCH v2 4/4] target/ppc: Implement attn instruction on BookS 64-bit processors Nicholas Piggin
2023-06-27 15:25   ` Fabiano Rosas
2023-06-28  1:10     ` Nicholas Piggin
2023-06-28  9:36   ` Richard Henderson
2023-06-28  9:38   ` Richard Henderson
2023-06-29  9:09     ` Nicholas Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).