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

2018-01-12 Thread Marc-André Lureau
On Thu, Dec 7, 2017 at 10:30 PM, 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 Reviewed-by: Marc-André Lureau > --- > h

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

2017-12-07 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 Reviewed-by: Cédric Le Goater --- hw/ipmi/ipmi_bmc_sim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a