summaryrefslogtreecommitdiffstats
path: root/hw/smbios/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* i386: do not use ram_size globalPaolo Bonzini2020-12-101-4/+4
* hw/smbios: Fix leaked fd in save_opt_one() error pathPhilippe Mathieu-Daudé2020-11-031-1/+3
* hw/smbios: report error if table size is too largeDaniel P. Berrangé2020-09-291-0/+14
* hw/smbios: support loading OEM strings values from a fileDaniel P. Berrangé2020-09-291-13/+58
* hw/smbios: add options for type 4 max-speed and current-speedYing Fang2020-08-271-4/+32
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-17/+8Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-16/+8Star
* hw/smbios/smbios: Remove unused includePhilippe Mathieu-Daudé2020-02-061-1/+0Star
* Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0Star
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-11/+15
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/smbios: fix offset of type 3 sku fieldDaniel P. Berrangé2019-02-221-0/+1
* hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé2018-12-191-1/+1
* hw/smbios: Remove "smbios_ipmi.h"Philippe Mathieu-Daudé2018-12-191-1/+0Star
* hw/smbios: Restrict access to "hw/smbios/ipmi.h"Philippe Mathieu-Daudé2018-12-191-1/+1
* hw/smbios/smbios.c: Don't use load_image()Peter Maydell2018-12-141-1/+1
* smbios: Clean up error handling in smbios_add()Markus Armbruster2018-10-191-28/+62
* hw/smbios: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-9/+6Star
* 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/+6Star
* 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/+7Star
* smbios: add smbios 3.0 supportWei Huang2015-09-071-23/+61
* smbios: move smbios code into a common folderWei Huang2015-08-131-0/+1101