mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
ipmi: Add SMBIOS table entry
Add an IPMI table entry to the SMBIOS. 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>
This commit is contained in:
parent
0517cc9863
commit
35658f6e0c
6 changed files with 150 additions and 0 deletions
15
include/hw/smbios/ipmi.h
Normal file
15
include/hw/smbios/ipmi.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* IPMI SMBIOS firmware handling
|
||||
*
|
||||
* Copyright (c) 2015,2016 Corey Minyard, MontaVista Software, LLC
|
||||
*
|
||||
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
||||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#ifndef QEMU_SMBIOS_IPMI_H
|
||||
#define QEMU_SMBIOS_IPMI_H
|
||||
|
||||
void smbios_build_type_38_table(void);
|
||||
|
||||
#endif /* QEMU_SMBIOS_IPMI_H */
|
Loading…
Add table
Add a link
Reference in a new issue