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

2017-08-21 Thread Cédric Le Goater
On 08/20/2017 11:46 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 As Philippe pointed it out, we could initialize

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

2017-08-20 Thread Corey Minyard
On 08/20/2017 05:24 PM, Philippe Mathieu-Daudé wrote: Hi Corey, On 08/20/2017 06:46 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 Mi

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

2017-08-20 Thread Philippe Mathieu-Daudé
Hi Corey, On 08/20/2017 06:46 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 | 24 ++

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

2017-08-20 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 | 24 1 file changed, 24 insertions(+) diff --git a/hw