aboutsummaryrefslogtreecommitdiff
path: root/hw/smbios
AgeCommit message (Expand)AuthorFilesLines
2022-10-09hw/smbios: support for type 8 (port connector)Hal Martin1-0/+63
2022-09-18smbios: sanitize type from external type before checking have_fields_bitmapPaolo Bonzini1-6/+8
2022-03-06hw/smbios: Add table 4 parameter, "processor-id"Patrick Venture1-3/+16
2022-03-04hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collideAni Sinha1-0/+6
2022-03-04hw/smbios: fix overlapping table handle numbers with large memory vmsAni Sinha1-4/+15
2022-03-04hw/smbios: code cleanup - use macro definitions for table header handlesAni Sinha1-12/+26
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost1-4/+4
2021-05-14hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat1-1/+123
2020-12-10i386: do not use ram_size globalPaolo Bonzini1-4/+4
2020-11-03hw/smbios: Fix leaked fd in save_opt_one() error pathPhilippe Mathieu-Daudé1-1/+3
2020-09-29hw/smbios: report error if table size is too largeDaniel P. Berrangé1-0/+14
2020-09-29hw/smbios: support loading OEM strings values from a fileDaniel P. Berrangé1-13/+58
2020-08-27hw/smbios: add options for type 4 max-speed and current-speedYing Fang1-4/+32
2020-08-21meson: convert hw/smbiosMarc-André Lureau2-10/+13
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-17/+8
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-16/+8
2020-02-06hw/smbios/smbios: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2019-09-20smbios:ipmi: Ignore IPMI devices with no fwinfo functionCorey Minyard1-0/+3
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-11/+15
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2019-02-22hw/smbios: fix offset of type 3 sku fieldDaniel P. Berrangé1-0/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé3-3/+3
2018-12-19hw/smbios: Remove "smbios_ipmi.h"Philippe Mathieu-Daudé5-18/+5
2018-12-19hw/smbios: Restrict access to "hw/smbios/ipmi.h"Philippe Mathieu-Daudé4-3/+18
2018-12-14hw/smbios/smbios.c: Don't use load_image()Peter Maydell1-1/+1
2018-10-19smbios: Clean up error handling in smbios_add()Markus Armbruster1-28/+62
2018-07-02hw/smbios: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-9/+6
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