mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -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
|
@ -41,3 +41,4 @@ stub-obj-y += target-monitor-defs.o
|
|||
stub-obj-y += target-get-monitor-def.o
|
||||
stub-obj-y += vhost.o
|
||||
stub-obj-y += iohandler.o
|
||||
stub-obj-y += smbios_type_38.o
|
||||
|
|
14
stubs/smbios_type_38.c
Normal file
14
stubs/smbios_type_38.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#include "hw/smbios/ipmi.h"
|
||||
|
||||
void smbios_build_type_38_table(void)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue