Re: [PATCH 1/3] ppc: Add QOM interface for machine check injection

2022-02-08 Thread Cédric Le Goater
[ Adding David who I think is the HMP maintainer and Fabiano who has been rewriting a lot of the PPC exception model ] On 10/15/21 04:05, Nicholas Piggin wrote: Excerpts from Cédric Le Goater's message of October 14, 2021 7:40 am: From: Nicholas Piggin This implements a machine check inject

Re: [PATCH 1/3] ppc: Add QOM interface for machine check injection

2021-12-16 Thread Cédric Le Goater
On 10/13/21 23:40, Cédric Le Goater wrote: From: Nicholas Piggin This implements a machine check injection framework and defines a 'mce' monitor command for ppc. Signed-off-by: Nicholas Piggin [ clg: - moved definition under "hw/ppc/mce.h" - renamed to PPCMceInjection - simpli

Re: [PATCH 1/3] ppc: Add QOM interface for machine check injection

2021-10-14 Thread Nicholas Piggin
Excerpts from Cédric Le Goater's message of October 14, 2021 7:40 am: > From: Nicholas Piggin > > This implements a machine check injection framework and defines a > 'mce' monitor command for ppc. > > Signed-off-by: Nicholas Piggin > [ clg: - moved definition under "hw/ppc/mce.h" >- ren

[PATCH 1/3] ppc: Add QOM interface for machine check injection

2021-10-13 Thread Cédric Le Goater
From: Nicholas Piggin This implements a machine check injection framework and defines a 'mce' monitor command for ppc. Signed-off-by: Nicholas Piggin [ clg: - moved definition under "hw/ppc/mce.h" - renamed to PPCMceInjection - simplified injection call in hmp_mce - QMP sup