]> git.ipfire.org Git - thirdparty/qemu.git/commit
acpi/ipmi: Initialize the fwinfo before fetching it
authorCorey Minyard <cminyard@mvista.com>
Mon, 24 Oct 2016 20:10:21 +0000 (15:10 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Sat, 19 Nov 2016 01:05:21 +0000 (19:05 -0600)
commit1790a9d77d5d063f720907bec3fdb9b5a5e11d65
treea94572ba2a28e23d9c665423b71615f2f85bec60
parent1b16ded6a512809f99c133a97f19026fe612b2de
acpi/ipmi: Initialize the fwinfo before fetching it

The initialization was missed before, resulting in some
bad data in the smbus case.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 698ae42b9124dce23e03d0fea2e635b70540ef13)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/acpi/ipmi.c