Re: [Qemu-devel] [PATCH v2 1/3] ipmi: Fix SEL get/set time commands

2017-08-21 Thread Cédric Le Goater
On 08/20/2017 11:46 PM, miny...@acm.org wrote: > From: Corey Minyard > > The minimum message size was on the wrong commands, for getting > the time it's zero and for setting the time it's 6. > > Signed-off-by: Corey Minyard Reviewed-by: Cédric Le Goater > --- > hw/ipmi/ipmi_bmc_sim.c | 4 ++-

[Qemu-devel] [PATCH v2 1/3] ipmi: Fix SEL get/set time commands

2017-08-20 Thread minyard
From: Corey Minyard The minimum message size was on the wrong commands, for getting the time it's zero and for setting the time it's 6. Signed-off-by: Corey Minyard --- hw/ipmi/ipmi_bmc_sim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/ipmi/ipmi_bmc_sim.c b/hw/ip