aboutsummaryrefslogtreecommitdiff
path: root/hw/smbios
AgeCommit message (Expand)Author
2020-12-10i386: do not use ram_size globalPaolo Bonzini
2020-11-03hw/smbios: Fix leaked fd in save_opt_one() error pathPhilippe Mathieu-Daudé
2020-09-29hw/smbios: report error if table size is too largeDaniel P. Berrangé
2020-09-29hw/smbios: support loading OEM strings values from a fileDaniel P. Berrangé
2020-08-27hw/smbios: add options for type 4 max-speed and current-speedYing Fang
2020-08-21meson: convert hw/smbiosMarc-André Lureau
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-02-06hw/smbios/smbios: Remove unused includePhilippe Mathieu-Daudé
2019-09-20smbios:ipmi: Ignore IPMI devices with no fwinfo functionCorey Minyard
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-22hw/smbios: fix offset of type 3 sku fieldDaniel P. Berrangé
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