summaryrefslogtreecommitdiff
path: root/hw/smbios
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-0/+1
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-0/+1
2017-12-05smbios: support setting OEM strings tableDaniel P. Berrange2-0/+84
2017-01-16stubs: move smbios stubs to hw/smbiosPaolo Bonzini2-3/+22
2017-01-16smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm3-1/+35
2016-09-29smbios: fix uuid copyMarc-André Lureau1-1/+1
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-6/+6
2016-09-23util: Add UUID APIFam Zheng1-0/+1
2016-06-24ipmi: Add SMBIOS table entryCorey Minyard3-0/+120
2016-06-24smbios: Move table build tools into an include file.Corey Minyard2-64/+93
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost1-1/+1
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-36/+7
2015-09-07smbios: add smbios 3.0 supportWei Huang1-23/+61
2015-08-13smbios: move smbios code into a common folderWei Huang2-0/+1102