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

2017-08-20 Thread Cédric Le Goater
On 08/19/2017 11:40 PM, miny...@acm.org wrote: > From: Corey Minyard > > The minimum message size was wrong for both commands, for getting > the time it's zero and for setting the time it's 4. And the data > was being pulled from the wrong place in the set time message, it > should be the first

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

2017-08-19 Thread minyard
From: Corey Minyard The minimum message size was wrong for both commands, for getting the time it's zero and for setting the time it's 4. And the data was being pulled from the wrong place in the set time message, it should be the first four bytes. Signed-off-by: Corey Minyard --- hw/ipmi/ipm