aboutsummaryrefslogtreecommitdiff
path: root/hw/smbios
AgeCommit message (Expand)AuthorFilesLines
2024-03-26hw/smbios: add stub for smbios_get_table_legacy()Igor Mammedov1-0/+5
2024-03-18smbios: add extra comments to smbios_get_table_legacy()Igor Mammedov1-0/+7
2024-03-18smbios: error out when building type 4 table is not possibleIgor Mammedov1-2/+12
2024-03-18smbios: in case of entry point is 'auto' try to build v2 tables 1stIgor Mammedov1-3/+49
2024-03-18smbios: clear smbios_type4_count before building tablesIgor Mammedov1-0/+1
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov2-13/+16
2024-03-18smbios: handle errors consistentlyIgor Mammedov2-20/+36
2024-03-18smbios: build legacy mode code only for 'pc' machineIgor Mammedov5-163/+201
2024-03-18smbios: rename/expose structures/bitmaps used by both legacy and modern codeIgor Mammedov1-60/+53
2024-03-18smbios: add smbios_add_usr_blob_size() helperIgor Mammedov1-4/+14
2024-03-18smbios: don't check type4 structures in legacy modeIgor Mammedov1-4/+14
2024-03-18smbios: avoid mangling user provided tablesIgor Mammedov1-88/+93
2024-03-18smbios: get rid of smbios_legacy globalIgor Mammedov1-20/+15
2024-03-18smbios: get rid of smbios_smp_sockets globalIgor Mammedov1-13/+9
2024-03-18smbios: cleanup smbios_get_tables() from legacy handlingIgor Mammedov1-6/+0
2024-03-18SMBIOS: fix long linesMichael S. Tsirkin1-3/+6
2024-03-12Implement SMBIOS type 9 v2.6Felix Wu1-3/+46
2024-03-12Implement base of SMBIOS type 9 descriptor.Felix Wu1-0/+99
2024-02-13hw/smbios: Fix port connector option validationAkihiko Odaki1-0/+6
2024-02-13hw/smbios: Fix OEM strings table option validationAkihiko Odaki1-0/+6
2024-02-09smbios: function to set default processor familyHeinrich Schuchardt1-0/+7
2024-02-09smbios: add processor-family optionHeinrich Schuchardt1-2/+11
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-5/+0
2023-09-29hw/acpi: changes towards enabling -Wshadow=localAni Sinha1-18/+19
2023-09-21hw/other: spelling fixesMichael Tokarev1-1/+1
2023-07-10hw/smbios: Fix core count in type4Zhao Liu1-2/+4
2023-07-10hw/smbios: Fix thread count in type4Zhao Liu1-2/+5
2023-07-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu1-2/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-03-02hw/smbios: fix field corruption in type 4 tableJulia Suvorova1-3/+5
2023-02-23hw/smbios: Dumb down smbios_entry_add() stubMarkus Armbruster1-3/+1
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-0/+1
2022-11-07hw/smbios: add core_count2 to smbios table type 4Julia Suvorova2-5/+23
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