]> Git Repo - qemu.git/commit - hw/i386/pc_piix.c
smbios: move smbios code into a common folder
authorWei Huang <[email protected]>
Wed, 12 Aug 2015 02:08:20 +0000 (22:08 -0400)
committerMichael S. Tsirkin <[email protected]>
Thu, 13 Aug 2015 11:08:30 +0000 (14:08 +0300)
commit60d8f328b878ead45a5e5e347935097e3426bbd9
tree359f5103fd4d30a9ecf49849c4d46da5a5b708de
parent89cc4a2760be800b5924dd705b1369bc29783c9f
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 <[email protected]>
Tested-by: Gabriel Somlo <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Tested-by: Leif Lindholm <[email protected]>
Signed-off-by: Wei Huang <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
15 files changed:
arch_init.c
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/Makefile.objs
hw/i386/Makefile.objs
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/i386/smbios.c [deleted file]
hw/smbios/Makefile.objs [new file with mode: 0644]
hw/smbios/smbios.c [new file with mode: 0644]
include/hw/i386/smbios.h [deleted file]
include/hw/smbios/smbios.h [new file with mode: 0644]
tests/bios-tables-test.c
vl.c
This page took 0.026874 seconds and 4 git commands to generate.