Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -17/+8 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 1 | -16/+8 |
2020-02-06 | hw/smbios/smbios: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-09-20 | smbios:ipmi: Ignore IPMI devices with no fwinfo function | Corey Minyard | 1 | -0/+3 |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster | 1 | -1/+0 |
2019-07-05 | machine: Refactor smp-related call chains to pass MachineState | Like Xu | 1 | -11/+15 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+2 |
2019-02-22 | hw/smbios: fix offset of type 3 sku field | Daniel P. Berrangé | 1 | -0/+1 |
2018-12-19 | hw/smbios: Move to the hw/firmware/ subdirectory | Philippe Mathieu-Daudé | 3 | -3/+3 |
2018-12-19 | hw/smbios: Remove "smbios_ipmi.h" | Philippe Mathieu-Daudé | 5 | -18/+5 |
2018-12-19 | hw/smbios: Restrict access to "hw/smbios/ipmi.h" | Philippe Mathieu-Daudé | 4 | -3/+18 |
2018-12-14 | hw/smbios/smbios.c: Don't use load_image() | Peter Maydell | 1 | -1/+1 |
2018-10-19 | smbios: Clean up error handling in smbios_add() | Markus Armbruster | 1 | -28/+62 |
2018-07-02 | hw/smbios: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -9/+6 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 1 | -0/+1 |
2017-12-18 | hw: use "qemu/osdep.h" as first #include in source files | Philippe Mathieu-Daudé | 1 | -0/+1 |
2017-12-05 | smbios: support setting OEM strings table | Daniel P. Berrange | 2 | -0/+84 |
2017-01-16 | stubs: move smbios stubs to hw/smbios | Paolo Bonzini | 2 | -3/+22 |
2017-01-16 | smbios: filter based on CONFIG_SMBIOS rather than TARGET | Leif Lindholm | 3 | -1/+35 |
2016-09-29 | smbios: fix uuid copy | Marc-André Lureau | 1 | -1/+1 |
2016-09-23 | vl: Switch qemu_uuid to QemuUUID | Fam Zheng | 1 | -6/+6 |
2016-09-23 | util: Add UUID API | Fam Zheng | 1 | -0/+1 |
2016-06-24 | ipmi: Add SMBIOS table entry | Corey Minyard | 3 | -0/+120 |
2016-06-24 | smbios: Move table build tools into an include file. | Corey Minyard | 2 | -64/+93 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-16 | module: Rename machine_init() to opts_init() | Eduardo Habkost | 1 | -1/+1 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-13 | Use error_fatal to simplify obvious fatal errors | Markus Armbruster | 1 | -36/+7 |
2015-09-07 | smbios: add smbios 3.0 support | Wei Huang | 1 | -23/+61 |
2015-08-13 | smbios: move smbios code into a common folder | Wei Huang | 2 | -0/+1102 |