mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
smbios: move smbios code into a common folder
To share smbios among different architectures, this patch moves SMBIOS code (smbios.c and smbios.h) from x86 specific folders into new hw/smbios directories. As a result, CONFIG_SMBIOS=y is defined in x86 default config files. Acked-by: Gabriel Somlo <somlo@cmu.edu> Tested-by: Gabriel Somlo <somlo@cmu.edu> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Wei Huang <wei@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
89cc4a2760
commit
60d8f328b8
13 changed files with 13 additions and 10 deletions
2
vl.c
2
vl.c
|
@ -68,7 +68,7 @@ int main(int argc, char **argv)
|
|||
#include "hw/isa/isa.h"
|
||||
#include "hw/bt.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "hw/i386/smbios.h"
|
||||
#include "hw/smbios/smbios.h"
|
||||
#include "hw/xen/xen.h"
|
||||
#include "hw/qdev.h"
|
||||
#include "hw/loader.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue