]> git.proxmox.com Git - mirror_qemu.git/commit
smbios:ipmi: Ignore IPMI devices with no fwinfo function
authorCorey Minyard <cminyard@mvista.com>
Wed, 6 Dec 2017 17:39:32 +0000 (11:39 -0600)
committerCorey Minyard <cminyard@mvista.com>
Fri, 20 Sep 2019 19:08:10 +0000 (14:08 -0500)
commitbfff1a6d42537acbb419388c542e3a95d66a15a4
tree90a40280be9dbeb7c89205169511d5bbffc4e5f1
parent79d29a9d065d25f7f9da0dfca8ac9b6f1989978c
smbios:ipmi: Ignore IPMI devices with no fwinfo function

Not all devices have fwinfo (like the coming PCI one), so ignore
them if the their fwinfo function is NULL.

Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
hw/smbios/smbios_type_38.c