aboutsummaryrefslogtreecommitdiff
path: root/hw/smbios
AgeCommit message (Expand)Author
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé
2018-12-19hw/smbios: Remove "smbios_ipmi.h"Philippe Mathieu-Daudé
2018-12-19hw/smbios: Restrict access to "hw/smbios/ipmi.h"Philippe Mathieu-Daudé
2018-12-14hw/smbios/smbios.c: Don't use load_image()Peter Maydell
2018-10-19smbios: Clean up error handling in smbios_add()Markus Armbruster
2018-07-02hw/smbios: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-12-05smbios: support setting OEM strings tableDaniel P. Berrange
2017-01-16stubs: move smbios stubs to hw/smbiosPaolo Bonzini
2017-01-16smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm
2016-09-29smbios: fix uuid copyMarc-André Lureau
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng
2016-09-23util: Add UUID APIFam Zheng
2016-06-24ipmi: Add SMBIOS table entryCorey Minyard
2016-06-24smbios: Move table build tools into an include file.Corey Minyard
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost
2016-01-29hw: Clean up includesPeter Maydell
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-09-07smbios: add smbios 3.0 supportWei Huang
2015-08-13smbios: move smbios code into a common folderWei Huang