Skip to content

Commit 0676110

Browse files
chejianjEddie Dong
authored andcommitted
dm: remove smbios
smbios table is not required so remove it. Tracked-On: #2577 Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
1 parent 3effbb0 commit 0676110

File tree

4 files changed

+0
-856
lines changed

4 files changed

+0
-856
lines changed

devicemodel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ SRCS += core/sw_load_bzimage.c
127127
SRCS += core/sw_load_vsbl.c
128128
SRCS += core/sw_load_ovmf.c
129129
SRCS += core/sw_load_elf.c
130-
SRCS += core/smbiostbl.c
131130
SRCS += core/mevent.c
132131
SRCS += core/gc.c
133132
SRCS += core/pm.c

devicemodel/core/main.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
#include "pci_core.h"
5454
#include "irq.h"
5555
#include "lpc.h"
56-
#include "smbiostbl.h"
5756
#include "rtc.h"
5857
#include "pit.h"
5958
#include "hpet.h"
@@ -974,10 +973,6 @@ dm_run(int argc, char *argv[])
974973
}
975974
}
976975

977-
error = smbios_build(ctx);
978-
if (error)
979-
goto vm_fail;
980-
981976
if (acpi) {
982977
error = acpi_build(ctx, guest_ncpus);
983978
if (error)

0 commit comments

Comments
 (0)