aboutsummaryrefslogtreecommitdiff
path: root/include/hw/firmware/smbios.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-19hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()Philippe Mathieu-Daudé1-2/+1
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov1-2/+3
2024-03-18smbios: handle errors consistentlyIgor Mammedov1-2/+2
2024-03-18smbios: build legacy mode code only for 'pc' machineIgor Mammedov1-0/+5
2024-03-18smbios: rename/expose structures/bitmaps used by both legacy and modern codeIgor Mammedov1-0/+16
2024-03-18smbios: don't check type4 structures in legacy modeIgor Mammedov1-1/+1
2024-03-18smbios: get rid of smbios_legacy globalIgor Mammedov1-1/+1
2024-03-18smbios: get rid of smbios_smp_sockets globalIgor Mammedov1-1/+1
2024-03-12Implement SMBIOS type 9 v2.6Felix Wu1-0/+4
2024-03-12Implement base of SMBIOS type 9 descriptor.Felix Wu1-0/+13
2024-02-09smbios: function to set default processor familyHeinrich Schuchardt1-0/+1
2022-11-07hw/smbios: add core_count2 to smbios table type 4Julia Suvorova1-0/+12
2022-10-09hw/smbios: support for type 8 (port connector)Hal Martin1-0/+10
2022-01-07hw/smbios: Use qapi for SmbiosEntryPointTypeEduardo Habkost1-8/+2
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost1-2/+2
2021-05-14hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat1-1/+13
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-2/+3
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é1-0/+275