summaryrefslogtreecommitdiffstats
path: root/hw/smbios
Commit message (Expand)AuthorAgeFilesLines
* hw/smbios: add core_count2 to smbios table type 4Julia Suvorova2022-11-072-5/+23
* hw/smbios: support for type 8 (port connector)Hal Martin2022-10-091-0/+63
* smbios: sanitize type from external type before checking have_fields_bitmapPaolo Bonzini2022-09-181-6/+8
* hw/smbios: Add table 4 parameter, "processor-id"Patrick Venture2022-03-061-3/+16
* hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collideAni Sinha2022-03-041-0/+6
* hw/smbios: fix overlapping table handle numbers with large memory vmsAni Sinha2022-03-041-4/+15
* hw/smbios: code cleanup - use macro definitions for table header handlesAni Sinha2022-03-041-12/+26
* smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-071-4/+4
* hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat2021-05-141-1/+123
* 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
* meson: convert hw/smbiosMarc-André Lureau2020-08-212-10/+13
* 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
* smbios:ipmi: Ignore IPMI devices with no fwinfo functionCorey Minyard2019-09-201-0/+3
* 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
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
* 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-193-3/+3
* hw/smbios: Remove "smbios_ipmi.h"Philippe Mathieu-Daudé2018-12-195-18/+5Star
* hw/smbios: Restrict access to "hw/smbios/ipmi.h"Philippe Mathieu-Daudé2018-12-194-3/+18
* 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
* Include qmp-commands.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-0/+1
|\
| * hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé2017-12-181-0/+1
* | smbios: support setting OEM strings tableDaniel P. Berrange2017-12-052-0/+84
|/
* stubs: move smbios stubs to hw/smbiosPaolo Bonzini2017-01-162-3/+22
* smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-163-1/+35
* 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-243-0/+120
* smbios: Move table build tools into an include file.Corey Minyard2016-06-242-64/+93
* 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-132-0/+1102