Re: [EXTERNAL] [PATCH 5/5] ppc/pnv: Implement mce injection

2020-04-03 Thread Nicholas Piggin
Cédric Le Goater's on March 26, 2020 2:39 am: > On 3/25/20 3:41 PM, Nicholas Piggin wrote: >> This implements mce injection for pnv. > > This would be the command to use ? > > (qemu) mce 0 0x10 0x80 0xdeadbeef 1 > >> Signed-off-by: Nicholas Piggin >> --- >> hw/ppc/pnv.c | 55

Re: [EXTERNAL] [PATCH 5/5] ppc/pnv: Implement mce injection

2020-03-25 Thread Cédric Le Goater
On 3/25/20 3:41 PM, Nicholas Piggin wrote: > This implements mce injection for pnv. This would be the command to use ? (qemu) mce 0 0x10 0x80 0xdeadbeef 1 > Signed-off-by: Nicholas Piggin > --- > hw/ppc/pnv.c | 55 > target/ppc/cpu.h

[PATCH 5/5] ppc/pnv: Implement mce injection

2020-03-25 Thread Nicholas Piggin
This implements mce injection for pnv. Signed-off-by: Nicholas Piggin --- hw/ppc/pnv.c | 55 target/ppc/cpu.h | 1 + target/ppc/excp_helper.c | 12 + 3 files changed, 68 insertions(+) diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c