Re: [Qemu-devel] [PATCH 3/3] ipmi: Add the platform event message command

2017-08-20 Thread Cédric Le Goater
On 08/19/2017 11:40 PM, miny...@acm.org wrote: > From: Corey Minyard > > This lets an event be added to the SEL as if a sensor had generated > it. The OpenIPMI driver uses it for storing panic event information. > > Signed-off-by: Corey Minyard > --- > hw/ipmi/ipmi_bmc_sim.c | 23

[Qemu-devel] [PATCH 3/3] ipmi: Add the platform event message command

2017-08-19 Thread minyard
From: Corey Minyard This lets an event be added to the SEL as if a sensor had generated it. The OpenIPMI driver uses it for storing panic event information. Signed-off-by: Corey Minyard --- hw/ipmi/ipmi_bmc_sim.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/hw/