Re: [PATCH 3/5] nmi: add MCE class for implementing machine check injection commands

2020-04-05 Thread David Gibson
On Fri, Apr 03, 2020 at 06:04:47PM +1000, Nicholas Piggin wrote: > David Gibson's on March 31, 2020 10:22 am: > > On Thu, Mar 26, 2020 at 12:41:45AM +1000, Nicholas Piggin wrote: > >> Like commit 9cb805fd26 ("cpus: Define callback for QEMU "nmi" command") > >> this implements a machine check inject

Re: [PATCH 3/5] nmi: add MCE class for implementing machine check injection commands

2020-04-03 Thread Nicholas Piggin
David Gibson's on March 31, 2020 10:22 am: > On Thu, Mar 26, 2020 at 12:41:45AM +1000, Nicholas Piggin wrote: >> Like commit 9cb805fd26 ("cpus: Define callback for QEMU "nmi" command") >> this implements a machine check injection command framework and defines >> a monitor command for ppc. >> >> Si

Re: [PATCH 3/5] nmi: add MCE class for implementing machine check injection commands

2020-03-30 Thread David Gibson
On Thu, Mar 26, 2020 at 12:41:45AM +1000, Nicholas Piggin wrote: > Like commit 9cb805fd26 ("cpus: Define callback for QEMU "nmi" command") > this implements a machine check injection command framework and defines > a monitor command for ppc. > > Signed-off-by: Nicholas Piggin So, AFAICT, both x8

Re: [PATCH 3/5] nmi: add MCE class for implementing machine check injection commands

2020-03-25 Thread Cédric Le Goater
On 3/25/20 3:41 PM, Nicholas Piggin wrote: > Like commit 9cb805fd26 ("cpus: Define callback for QEMU "nmi" command") > this implements a machine check injection command framework and defines > a monitor command for ppc. > > Signed-off-by: Nicholas Piggin Looks good to me, Reviewed-by: Cédric Le

[PATCH 3/5] nmi: add MCE class for implementing machine check injection commands

2020-03-25 Thread Nicholas Piggin
Like commit 9cb805fd26 ("cpus: Define callback for QEMU "nmi" command") this implements a machine check injection command framework and defines a monitor command for ppc. Signed-off-by: Nicholas Piggin --- hmp-commands.hx | 20 +++- hw/core/nmi.c| 61