summary refs log tree commit diff stats
path: root/hw/smbios/smbios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* smbios: support setting OEM strings tableDaniel P. Berrange2017-12-051-0/+72
* smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-161-1/+1
* smbios: fix uuid copyMarc-André Lureau2016-09-291-1/+1
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-6/+6
* util: Add UUID APIFam Zheng2016-09-231-0/+1
* ipmi: Add SMBIOS table entryCorey Minyard2016-06-241-0/+2
* smbios: Move table build tools into an include file.Corey Minyard2016-06-241-64/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-161-1/+1
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2016-01-131-36/+7
* smbios: add smbios 3.0 supportWei Huang2015-09-071-23/+61
* smbios: move smbios code into a common folderWei Huang2015-08-131-0/+1101