Age | Commit message (Expand) | Author | Files | Lines |
2024-07-22 | smbios: make memory device size configurable per Machine | Igor Mammedov | 1 | -5/+6 |
2024-06-19 | hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() | Philippe Mathieu-Daudé | 1 | -6/+3 |
2024-06-19 | hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() | Philippe Mathieu-Daudé | 1 | -4/+2 |
2024-03-26 | hw/smbios: add stub for smbios_get_table_legacy() | Igor Mammedov | 1 | -0/+5 |
2024-03-18 | smbios: add extra comments to smbios_get_table_legacy() | Igor Mammedov | 1 | -0/+7 |
2024-03-18 | smbios: error out when building type 4 table is not possible | Igor Mammedov | 1 | -2/+12 |
2024-03-18 | smbios: in case of entry point is 'auto' try to build v2 tables 1st | Igor Mammedov | 1 | -3/+49 |
2024-03-18 | smbios: clear smbios_type4_count before building tables | Igor Mammedov | 1 | -0/+1 |
2024-03-18 | smbios: get rid of global smbios_ep_type | Igor Mammedov | 2 | -13/+16 |
2024-03-18 | smbios: handle errors consistently | Igor Mammedov | 2 | -20/+36 |
2024-03-18 | smbios: build legacy mode code only for 'pc' machine | Igor Mammedov | 5 | -163/+201 |
2024-03-18 | smbios: rename/expose structures/bitmaps used by both legacy and modern code | Igor Mammedov | 1 | -60/+53 |
2024-03-18 | smbios: add smbios_add_usr_blob_size() helper | Igor Mammedov | 1 | -4/+14 |
2024-03-18 | smbios: don't check type4 structures in legacy mode | Igor Mammedov | 1 | -4/+14 |
2024-03-18 | smbios: avoid mangling user provided tables | Igor Mammedov | 1 | -88/+93 |
2024-03-18 | smbios: get rid of smbios_legacy global | Igor Mammedov | 1 | -20/+15 |
2024-03-18 | smbios: get rid of smbios_smp_sockets global | Igor Mammedov | 1 | -13/+9 |
2024-03-18 | smbios: cleanup smbios_get_tables() from legacy handling | Igor Mammedov | 1 | -6/+0 |
2024-03-18 | SMBIOS: fix long lines | Michael S. Tsirkin | 1 | -3/+6 |
2024-03-12 | Implement SMBIOS type 9 v2.6 | Felix Wu | 1 | -3/+46 |
2024-03-12 | Implement base of SMBIOS type 9 descriptor. | Felix Wu | 1 | -0/+99 |
2024-02-13 | hw/smbios: Fix port connector option validation | Akihiko Odaki | 1 | -0/+6 |
2024-02-13 | hw/smbios: Fix OEM strings table option validation | Akihiko Odaki | 1 | -0/+6 |
2024-02-09 | smbios: function to set default processor family | Heinrich Schuchardt | 1 | -0/+7 |
2024-02-09 | smbios: add processor-family option | Heinrich Schuchardt | 1 | -2/+11 |
2023-12-31 | meson: remove CONFIG_ALL | Paolo Bonzini | 1 | -5/+0 |
2023-09-29 | hw/acpi: changes towards enabling -Wshadow=local | Ani Sinha | 1 | -18/+19 |
2023-09-21 | hw/other: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-07-10 | hw/smbios: Fix core count in type4 | Zhao Liu | 1 | -2/+4 |
2023-07-10 | hw/smbios: Fix thread count in type4 | Zhao Liu | 1 | -2/+5 |
2023-07-10 | hw/smbios: Fix smbios_smp_sockets caculation | Zhao Liu | 1 | -2/+1 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -3/+3 |
2023-03-02 | hw/smbios: fix field corruption in type 4 table | Julia Suvorova | 1 | -3/+5 |
2023-02-23 | hw/smbios: Dumb down smbios_entry_add() stub | Markus Armbruster | 1 | -3/+1 |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster | 1 | -0/+1 |
2022-11-07 | hw/smbios: add core_count2 to smbios table type 4 | Julia Suvorova | 2 | -5/+23 |
2022-10-09 | hw/smbios: support for type 8 (port connector) | Hal Martin | 1 | -0/+63 |
2022-09-18 | smbios: sanitize type from external type before checking have_fields_bitmap | Paolo Bonzini | 1 | -6/+8 |
2022-03-06 | hw/smbios: Add table 4 parameter, "processor-id" | Patrick Venture | 1 | -3/+16 |
2022-03-04 | hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide | Ani Sinha | 1 | -0/+6 |
2022-03-04 | hw/smbios: fix overlapping table handle numbers with large memory vms | Ani Sinha | 1 | -4/+15 |
2022-03-04 | hw/smbios: code cleanup - use macro definitions for table header handles | Ani Sinha | 1 | -12/+26 |
2022-01-07 | smbios: Rename SMBIOS_ENTRY_POINT_* enums | Eduardo Habkost | 1 | -4/+4 |
2021-05-14 | hw/smbios: support for type 41 (onboard devices extended information) | Vincent Bernat | 1 | -1/+123 |
2020-12-10 | i386: do not use ram_size global | Paolo Bonzini | 1 | -4/+4 |
2020-11-03 | hw/smbios: Fix leaked fd in save_opt_one() error path | Philippe Mathieu-Daudé | 1 | -1/+3 |
2020-09-29 | hw/smbios: report error if table size is too large | Daniel P. Berrangé | 1 | -0/+14 |
2020-09-29 | hw/smbios: support loading OEM strings values from a file | Daniel P. Berrangé | 1 | -13/+58 |
2020-08-27 | hw/smbios: add options for type 4 max-speed and current-speed | Ying Fang | 1 | -4/+32 |
2020-08-21 | meson: convert hw/smbios | Marc-André Lureau | 2 | -10/+13 |