OSDN Git Service

ipmi: Fix SEL get/set time commands
authorCorey Minyard <cminyard@mvista.com>
Sat, 19 Aug 2017 01:13:10 +0000 (20:13 -0500)
committerCorey Minyard <cminyard@mvista.com>
Tue, 30 Jan 2018 21:52:53 +0000 (15:52 -0600)
commit7f11cb6585d97ecdb8a657c3d8732a494e409827
treed7ace9351be72865e31c0ab772ffd04c86baa0c8
parentcaf316bab5d9248bb94e879f64e04249454e32d6
ipmi: Fix SEL get/set time commands

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 <cminyard@mvista.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
hw/ipmi/ipmi_bmc_sim.c