ipmi: Add graceful shutdown handling to the external BMC
commitf53b9f3625f1fc66e4514981e7d9315fa74516a7
authorCorey Minyard <cminyard@mvista.com>
Mon, 24 Oct 2016 20:10:20 +0000 (24 15:10 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Nov 2016 17:21:09 +0000 (1 19:21 +0200)
treea2eee429438fdf584048a643b75548672de9dc6f
parent4059fa63b7fae7e92cd54bd905366c46d0b62e69
ipmi: Add graceful shutdown handling to the external BMC

I misunderstood the workings of the power settings, the power off
is a force off operation and there needs to be a separate graceful
shutdown operation.  So replace the force off operation with a
graceful shutdown.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/ipmi/ipmi_bmc_extern.c
tests/ipmi-bt-test.c