Age | Commit message (Expand) | Author |
2024-06-19 | hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() | Philippe Mathieu-Daudé |
2024-06-19 | hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() | Philippe Mathieu-Daudé |
2024-03-18 | smbios: error out when building type 4 table is not possible | Igor Mammedov |
2024-03-18 | smbios: in case of entry point is 'auto' try to build v2 tables 1st | Igor Mammedov |
2024-03-18 | smbios: clear smbios_type4_count before building tables | Igor Mammedov |
2024-03-18 | smbios: get rid of global smbios_ep_type | Igor Mammedov |
2024-03-18 | smbios: handle errors consistently | Igor Mammedov |
2024-03-18 | smbios: build legacy mode code only for 'pc' machine | Igor Mammedov |
2024-03-18 | smbios: rename/expose structures/bitmaps used by both legacy and modern code | Igor Mammedov |
2024-03-18 | smbios: add smbios_add_usr_blob_size() helper | Igor Mammedov |
2024-03-18 | smbios: don't check type4 structures in legacy mode | Igor Mammedov |
2024-03-18 | smbios: avoid mangling user provided tables | Igor Mammedov |
2024-03-18 | smbios: get rid of smbios_legacy global | Igor Mammedov |
2024-03-18 | smbios: get rid of smbios_smp_sockets global | Igor Mammedov |
2024-03-18 | smbios: cleanup smbios_get_tables() from legacy handling | Igor Mammedov |
2024-03-18 | SMBIOS: fix long lines | Michael S. Tsirkin |
2024-03-12 | Implement SMBIOS type 9 v2.6 | Felix Wu |
2024-03-12 | Implement base of SMBIOS type 9 descriptor. | Felix Wu |
2024-02-13 | hw/smbios: Fix port connector option validation | Akihiko Odaki |
2024-02-13 | hw/smbios: Fix OEM strings table option validation | Akihiko Odaki |
2024-02-09 | smbios: function to set default processor family | Heinrich Schuchardt |
2024-02-09 | smbios: add processor-family option | Heinrich Schuchardt |
2023-09-29 | hw/acpi: changes towards enabling -Wshadow=local | Ani Sinha |
2023-09-21 | hw/other: spelling fixes | Michael Tokarev |
2023-07-10 | hw/smbios: Fix core count in type4 | Zhao Liu |
2023-07-10 | hw/smbios: Fix thread count in type4 | Zhao Liu |
2023-07-10 | hw/smbios: Fix smbios_smp_sockets caculation | Zhao Liu |
2023-03-02 | hw/smbios: fix field corruption in type 4 table | Julia Suvorova |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster |
2022-11-07 | hw/smbios: add core_count2 to smbios table type 4 | Julia Suvorova |
2022-10-09 | hw/smbios: support for type 8 (port connector) | Hal Martin |
2022-09-18 | smbios: sanitize type from external type before checking have_fields_bitmap | Paolo Bonzini |
2022-03-06 | hw/smbios: Add table 4 parameter, "processor-id" | Patrick Venture |
2022-03-04 | hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide | Ani Sinha |
2022-03-04 | hw/smbios: fix overlapping table handle numbers with large memory vms | Ani Sinha |
2022-03-04 | hw/smbios: code cleanup - use macro definitions for table header handles | Ani Sinha |
2022-01-07 | smbios: Rename SMBIOS_ENTRY_POINT_* enums | Eduardo Habkost |
2021-05-14 | hw/smbios: support for type 41 (onboard devices extended information) | Vincent Bernat |
2020-12-10 | i386: do not use ram_size global | Paolo Bonzini |
2020-11-03 | hw/smbios: Fix leaked fd in save_opt_one() error path | Philippe Mathieu-Daudé |
2020-09-29 | hw/smbios: report error if table size is too large | Daniel P. Berrangé |
2020-09-29 | hw/smbios: support loading OEM strings values from a file | Daniel P. Berrangé |
2020-08-27 | hw/smbios: add options for type 4 max-speed and current-speed | Ying Fang |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-02-06 | hw/smbios/smbios: Remove unused include | Philippe Mathieu-Daudé |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster |
2019-07-05 | machine: Refactor smp-related call chains to pass MachineState | Like Xu |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-02-22 | hw/smbios: fix offset of type 3 sku field | Daniel P. Berrangé |