Age | Commit message (Expand) | Author |
2023-03-02 | hw/smbios: fix field corruption in type 4 table | Julia Suvorova |
2023-02-23 | hw/smbios: Dumb down smbios_entry_add() stub | Markus Armbruster |
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-08-21 | meson: convert hw/smbios | Marc-André Lureau |
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-09-20 | smbios:ipmi: Ignore IPMI devices with no fwinfo function | Corey Minyard |
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-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-22 | hw/smbios: fix offset of type 3 sku field | Daniel P. Berrangé |
2018-12-19 | hw/smbios: Move to the hw/firmware/ subdirectory | Philippe Mathieu-Daudé |
2018-12-19 | hw/smbios: Remove "smbios_ipmi.h" | Philippe Mathieu-Daudé |
2018-12-19 | hw/smbios: Restrict access to "hw/smbios/ipmi.h" | Philippe Mathieu-Daudé |
2018-12-14 | hw/smbios/smbios.c: Don't use load_image() | Peter Maydell |
2018-10-19 | smbios: Clean up error handling in smbios_add() | Markus Armbruster |
2018-07-02 | hw/smbios: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2017-12-18 | hw: use "qemu/osdep.h" as first #include in source files | Philippe Mathieu-Daudé |
2017-12-05 | smbios: support setting OEM strings table | Daniel P. Berrange |
2017-01-16 | stubs: move smbios stubs to hw/smbios | Paolo Bonzini |
2017-01-16 | smbios: filter based on CONFIG_SMBIOS rather than TARGET | Leif Lindholm |
2016-09-29 | smbios: fix uuid copy | Marc-André Lureau |
2016-09-23 | vl: Switch qemu_uuid to QemuUUID | Fam Zheng |
2016-09-23 | util: Add UUID API | Fam Zheng |
2016-06-24 | ipmi: Add SMBIOS table entry | Corey Minyard |
2016-06-24 | smbios: Move table build tools into an include file. | Corey Minyard |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-16 | module: Rename machine_init() to opts_init() | Eduardo Habkost |
2016-01-29 | hw: Clean up includes | Peter Maydell |
2016-01-13 | Use error_fatal to simplify obvious fatal errors | Markus Armbruster |