mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
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>
This commit is contained in:
committed by
Eddie Dong
parent
3effbb05a2
commit
06761102a8
@@ -53,7 +53,6 @@
|
||||
#include "pci_core.h"
|
||||
#include "irq.h"
|
||||
#include "lpc.h"
|
||||
#include "smbiostbl.h"
|
||||
#include "rtc.h"
|
||||
#include "pit.h"
|
||||
#include "hpet.h"
|
||||
@@ -974,10 +973,6 @@ dm_run(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
error = smbios_build(ctx);
|
||||
if (error)
|
||||
goto vm_fail;
|
||||
|
||||
if (acpi) {
|
||||
error = acpi_build(ctx, guest_ncpus);
|
||||
if (error)
|
||||
|
Reference in New Issue
Block a user