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>
Showing
- arch_init.c 1 addition, 1 deletionarch_init.c
- default-configs/i386-softmmu.mak 1 addition, 0 deletionsdefault-configs/i386-softmmu.mak
- default-configs/x86_64-softmmu.mak 1 addition, 0 deletionsdefault-configs/x86_64-softmmu.mak
- hw/Makefile.objs 1 addition, 0 deletionshw/Makefile.objs
- hw/i386/Makefile.objs 1 addition, 1 deletionhw/i386/Makefile.objs
- hw/i386/pc.c 1 addition, 1 deletionhw/i386/pc.c
- hw/i386/pc_piix.c 1 addition, 1 deletionhw/i386/pc_piix.c
- hw/i386/pc_q35.c 1 addition, 1 deletionhw/i386/pc_q35.c
- hw/smbios/Makefile.objs 1 addition, 0 deletionshw/smbios/Makefile.objs
- hw/smbios/smbios.c 2 additions, 3 deletionshw/smbios/smbios.c
- include/hw/smbios/smbios.h 0 additions, 0 deletionsinclude/hw/smbios/smbios.h
- tests/bios-tables-test.c 1 addition, 1 deletiontests/bios-tables-test.c
- vl.c 1 addition, 1 deletionvl.c
Loading
Please register or sign in to comment