aboutsummaryrefslogtreecommitdiff
path: root/hw/smbios
AgeCommit message (Expand)Author
2024-03-26hw/smbios: add stub for smbios_get_table_legacy()Igor Mammedov
2024-03-18smbios: add extra comments to smbios_get_table_legacy()Igor Mammedov
2024-03-18smbios: error out when building type 4 table is not possibleIgor Mammedov
2024-03-18smbios: in case of entry point is 'auto' try to build v2 tables 1stIgor Mammedov
2024-03-18smbios: clear smbios_type4_count before building tablesIgor Mammedov
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov
2024-03-18smbios: handle errors consistentlyIgor Mammedov
2024-03-18smbios: build legacy mode code only for 'pc' machineIgor Mammedov
2024-03-18smbios: rename/expose structures/bitmaps used by both legacy and modern codeIgor Mammedov
2024-03-18smbios: add smbios_add_usr_blob_size() helperIgor Mammedov
2024-03-18smbios: don't check type4 structures in legacy modeIgor Mammedov
2024-03-18smbios: avoid mangling user provided tablesIgor Mammedov
2024-03-18smbios: get rid of smbios_legacy globalIgor Mammedov
2024-03-18smbios: get rid of smbios_smp_sockets globalIgor Mammedov
2024-03-18smbios: cleanup smbios_get_tables() from legacy handlingIgor Mammedov
2024-03-18SMBIOS: fix long linesMichael S. Tsirkin
2024-03-12Implement SMBIOS type 9 v2.6Felix Wu
2024-03-12Implement base of SMBIOS type 9 descriptor.Felix Wu
2024-02-13hw/smbios: Fix port connector option validationAkihiko Odaki
2024-02-13hw/smbios: Fix OEM strings table option validationAkihiko Odaki
2024-02-09smbios: function to set default processor familyHeinrich Schuchardt
2024-02-09smbios: add processor-family optionHeinrich Schuchardt
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-09-29hw/acpi: changes towards enabling -Wshadow=localAni Sinha
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-07-10hw/smbios: Fix core count in type4Zhao Liu
2023-07-10hw/smbios: Fix thread count in type4Zhao Liu
2023-07-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-03-02hw/smbios: fix field corruption in type 4 tableJulia Suvorova
2023-02-23hw/smbios: Dumb down smbios_entry_add() stubMarkus Armbruster
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-11-07hw/smbios: add core_count2 to smbios table type 4Julia Suvorova
2022-10-09hw/smbios: support for type 8 (port connector)Hal Martin
2022-09-18smbios: sanitize type from external type before checking have_fields_bitmapPaolo Bonzini
2022-03-06hw/smbios: Add table 4 parameter, "processor-id"Patrick Venture
2022-03-04hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collideAni Sinha
2022-03-04hw/smbios: fix overlapping table handle numbers with large memory vmsAni Sinha
2022-03-04hw/smbios: code cleanup - use macro definitions for table header handlesAni Sinha
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost
2021-05-14hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat
2020-12-10i386: do not use ram_size globalPaolo Bonzini
2020-11-03hw/smbios: Fix leaked fd in save_opt_one() error pathPhilippe Mathieu-Daudé
2020-09-29hw/smbios: report error if table size is too largeDaniel P. Berrangé
2020-09-29hw/smbios: support loading OEM strings values from a fileDaniel P. Berrangé
2020-08-27hw/smbios: add options for type 4 max-speed and current-speedYing Fang
2020-08-21meson: convert hw/smbiosMarc-André Lureau
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-02-06hw/smbios/smbios: Remove unused includePhilippe Mathieu-Daudé