]> git.proxmox.com Git - mirror_qemu.git/commit
smbios: move smbios code into a common folder
authorWei Huang <wei@redhat.com>
Wed, 12 Aug 2015 02:08:20 +0000 (22:08 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
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 <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>
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