summary refs log tree commit diff stats
path: root/hw/smbios/smbios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smbios: error out when building type 4 table is not possibleIgor Mammedov2024-03-181-2/+12
* smbios: in case of entry point is 'auto' try to build v2 tables 1stIgor Mammedov2024-03-181-3/+49
* smbios: clear smbios_type4_count before building tablesIgor Mammedov2024-03-181-0/+1
* smbios: get rid of global smbios_ep_typeIgor Mammedov2024-03-181-12/+15
* smbios: handle errors consistentlyIgor Mammedov2024-03-181-12/+22
* smbios: build legacy mode code only for 'pc' machineIgor Mammedov2024-03-181-163/+1
* smbios: rename/expose structures/bitmaps used by both legacy and modern codeIgor Mammedov2024-03-181-60/+53
* smbios: add smbios_add_usr_blob_size() helperIgor Mammedov2024-03-181-4/+14
* smbios: don't check type4 structures in legacy modeIgor Mammedov2024-03-181-4/+14
* smbios: avoid mangling user provided tablesIgor Mammedov2024-03-181-88/+93
* smbios: get rid of smbios_legacy globalIgor Mammedov2024-03-181-20/+15
* smbios: get rid of smbios_smp_sockets globalIgor Mammedov2024-03-181-13/+9
* smbios: cleanup smbios_get_tables() from legacy handlingIgor Mammedov2024-03-181-6/+0
* SMBIOS: fix long linesMichael S. Tsirkin2024-03-181-3/+6
* Implement SMBIOS type 9 v2.6Felix Wu2024-03-121-3/+46
* Implement base of SMBIOS type 9 descriptor.Felix Wu2024-03-121-0/+99
* hw/smbios: Fix port connector option validationAkihiko Odaki2024-02-131-0/+6
* hw/smbios: Fix OEM strings table option validationAkihiko Odaki2024-02-131-0/+6
* smbios: function to set default processor familyHeinrich Schuchardt2024-02-091-0/+7
* smbios: add processor-family optionHeinrich Schuchardt2024-02-091-2/+11
* hw/acpi: changes towards enabling -Wshadow=localAni Sinha2023-09-291-18/+19
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* hw/smbios: Fix core count in type4Zhao Liu2023-07-101-2/+4
* hw/smbios: Fix thread count in type4Zhao Liu2023-07-101-2/+5
* hw/smbios: Fix smbios_smp_sockets caculationZhao Liu2023-07-101-2/+1
* hw/smbios: fix field corruption in type 4 tableJulia Suvorova2023-03-021-3/+5
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-0/+1
* hw/smbios: add core_count2 to smbios table type 4Julia Suvorova2022-11-071-3/+16
* 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
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-17/+8
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-16/+8
* hw/smbios/smbios: Remove unused includePhilippe Mathieu-Daudé2020-02-061-1/+0
* Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0
* 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/+0