ipmi: add ACPI power and GUID commands
commit52ba4d509d1e5287bd8fdb477532713358887356
authorCédric Le Goater <clg@fr.ibm.com>
Mon, 25 Jan 2016 14:07:34 +0000 (25 15:07 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 6 Feb 2016 18:44:09 +0000 (6 20:44 +0200)
tree4ff885b0355509926e4b3d66505be39ce7fd03fb
parentb7088392239d0d6fd1140690a3efdb24df1bc7c6
ipmi: add ACPI power and GUID commands

>From the specs (20.8 Get Device GUID Command), the command needs to
return a GUID (Globally Unique ID), or UUID, that should never change
over the lifetime of the device. qemu_uuid looked like a good
candidate to start with but we could use a specific BMC property also
if needed.

Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Acked-by: Corey Minyard <cminyard@mvista.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/ipmi/ipmi_bmc_sim.c