- 62f182c smbios: make memory device size configurable per Machine by Igor Mammedov · 8 months ago
- 9adf35f hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() by Philippe Mathieu-Daudé · 12 months ago
- c338128 hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() by Philippe Mathieu-Daudé · 12 months ago
- 5ed7948 smbios: error out when building type 4 table is not possible by Igor Mammedov · 1 year ago
- 4840c8a smbios: in case of entry point is 'auto' try to build v2 tables 1st by Igor Mammedov · 1 year ago
- 6735a49 smbios: clear smbios_type4_count before building tables by Igor Mammedov · 1 year ago
- 69ea07a smbios: get rid of global smbios_ep_type by Igor Mammedov · 1 year ago
- 643e1c9 smbios: handle errors consistently by Igor Mammedov · 1 year ago
- b42b0e4 smbios: build legacy mode code only for 'pc' machine by Igor Mammedov · 1 year ago
- d638a86 smbios: rename/expose structures/bitmaps used by both legacy and modern code by Igor Mammedov · 1 year ago
- 684b49f smbios: add smbios_add_usr_blob_size() helper by Igor Mammedov · 1 year ago
- 9cd7fd6 smbios: don't check type4 structures in legacy mode by Igor Mammedov · 1 year ago
- cba59fe smbios: avoid mangling user provided tables by Igor Mammedov · 1 year ago
- b3854ce smbios: get rid of smbios_legacy global by Igor Mammedov · 1 year ago
- e94e0a8 smbios: get rid of smbios_smp_sockets global by Igor Mammedov · 1 year ago
- a7bdf71 smbios: cleanup smbios_get_tables() from legacy handling by Igor Mammedov · 1 year ago
- fdf1c98 SMBIOS: fix long lines by Michael S. Tsirkin · 1 year ago
- 04f143d Implement SMBIOS type 9 v2.6 by Felix Wu · 1 year, 1 month ago
- 735eee0 Implement base of SMBIOS type 9 descriptor. by Felix Wu · 1 year, 1 month ago
- 196578c hw/smbios: Fix port connector option validation by Akihiko Odaki · 1 year, 2 months ago
- cd8a35b hw/smbios: Fix OEM strings table option validation by Akihiko Odaki · 1 year, 2 months ago
- 6f3b727 smbios: function to set default processor family by Heinrich Schuchardt · 1 year, 2 months ago
- b5831d7 smbios: add processor-family option by Heinrich Schuchardt · 1 year, 2 months ago
- 7b393b7 hw/acpi: changes towards enabling -Wshadow=local by Ani Sinha · 1 year, 6 months ago
- 9b4b4e5 hw/other: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- 196ea60 hw/smbios: Fix core count in type4 by Zhao Liu · 1 year, 9 months ago
- 7298fd7 hw/smbios: Fix thread count in type4 by Zhao Liu · 1 year, 9 months ago
- d79a284 hw/smbios: Fix smbios_smp_sockets caculation by Zhao Liu · 1 year, 9 months ago
- 60d09b8 hw/smbios: fix field corruption in type 4 table by Julia Suvorova · 2 years, 1 month ago
- edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 3 months ago
- 05e27d7 hw/smbios: add core_count2 to smbios table type 4 by Julia Suvorova · 2 years, 5 months ago
- fd8caa2 hw/smbios: support for type 8 (port connector) by Hal Martin · 2 years, 7 months ago
- 57e3069 smbios: sanitize type from external type before checking have_fields_bitmap by Paolo Bonzini · 2 years, 6 months ago
- cb5fb04 hw/smbios: Add table 4 parameter, "processor-id" by Patrick Venture · 3 years, 2 months ago
- 63670bd hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide by Ani Sinha · 3 years, 1 month ago
- a379d45 hw/smbios: fix overlapping table handle numbers with large memory vms by Ani Sinha · 3 years, 1 month ago
- 3818acf hw/smbios: code cleanup - use macro definitions for table header handles by Ani Sinha · 3 years, 1 month ago
- 10be11d smbios: Rename SMBIOS_ENTRY_POINT_* enums by Eduardo Habkost · 3 years, 5 months ago
- 05dfb44 hw/smbios: support for type 41 (onboard devices extended information) by Vincent Bernat · 4 years ago
- 86378b2 i386: do not use ram_size global by Paolo Bonzini · 4 years, 5 months ago
- 8055d2f hw/smbios: Fix leaked fd in save_opt_one() error path by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 10c3666 hw/smbios: report error if table size is too large by Daniel P. Berrangé · 4 years, 6 months ago
- bb99f47 hw/smbios: support loading OEM strings values from a file by Daniel P. Berrangé · 4 years, 6 months ago
- c906e03 hw/smbios: add options for type 4 max-speed and current-speed by Ying Fang · 4 years, 7 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
- 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 8 months ago
- aa32c24 hw/smbios/smbios: Remove unused include by Philippe Mathieu-Daudé · 5 years ago
- 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 6 years ago
- a062859 machine: Refactor smp-related call chains to pass MachineState by Like Xu · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- b81a5f9 hw/smbios: fix offset of type 3 sku field by Daniel P. Berrangé · 6 years ago
- a2eb5c0 hw/smbios: Move to the hw/firmware/ subdirectory by Philippe Mathieu-Daudé · 6 years ago
- 5aca89d hw/smbios: Remove "smbios_ipmi.h" by Philippe Mathieu-Daudé · 6 years ago
- cc4d4ce hw/smbios: Restrict access to "hw/smbios/ipmi.h" by Philippe Mathieu-Daudé · 6 years ago
- b7abb79 hw/smbios/smbios.c: Don't use load_image() by Peter Maydell · 6 years ago
- 1028283 smbios: Clean up error handling in smbios_add() by Markus Armbruster · 6 years ago
- 968dfd0 hw/smbios: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- 2d6dcbf smbios: support setting OEM strings table by Daniel P. Berrange · 7 years ago
- 1007a37 smbios: filter based on CONFIG_SMBIOS rather than TARGET by Leif Lindholm · 8 years ago
- 664ee76 smbios: fix uuid copy by Marc-André Lureau · 8 years ago
- 9c5ce8d vl: Switch qemu_uuid to QemuUUID by Fam Zheng · 8 years ago
- cea2527 util: Add UUID API by Fam Zheng · 8 years ago
- 35658f6 ipmi: Add SMBIOS table entry by Corey Minyard · 9 years ago
- 0517cc9 smbios: Move table build tools into an include file. by Corey Minyard · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 34294e2 module: Rename machine_init() to opts_init() by Eduardo Habkost · 9 years ago
- 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
- 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 10 years ago
- 8629912 smbios: add smbios 3.0 support by Wei Huang · 10 years ago
- 60d8f32 smbios: move smbios code into a common folder by Wei Huang · 10 years ago[Renamed (99%) from hw/i386/smbios.c]
- 89cc4a2 smbios: remove dependency on x86 e820 tables by Wei Huang · 10 years ago
- 3ebd6cc smbios: add max speed comdline option for type-17 (meory device) structure by Gabriel L. Somlo · 10 years ago
- 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
- 07d01c9 smbios: Don't report unknown CPU speed (fix SVVP regression) by Eduardo Habkost · 10 years ago
- 744c6d4 smbios: Fix dimm size calculation when RAM is multiple of 16GB by Eduardo Habkost · 10 years ago
- f4ec5cd smbios: change 'ram_addr_t' variables to 'uint64_t' by SeokYeon Hwang · 10 years ago
- caad057 smbios: Encode UUID according to SMBIOS specification by Eduardo Habkost · 10 years ago
- 7dfddd7 smbios: Fix assertion on socket count calculation by Eduardo Habkost · 10 years ago
- a10678b smbios: use g_free directly on NULL pointers by Paolo Bonzini · 11 years ago
- 0d73394 SMBIOS: Fix type 17 field sizes by Gabriel L. Somlo · 11 years ago
- 8435184 SMBIOS: Update Type 0 struct generator for machines >= 2.1 by Gabriel L. Somlo · 11 years ago
- fb5be2e SMBIOS: Fix endian-ness when populating multi-byte fields by Gabriel L. Somlo · 11 years ago
- c97294e SMBIOS: Build aggregate smbios tables and entry point by Gabriel L. Somlo · 11 years ago
- 2e6e8d7 SMBIOS: Use bitmaps to prevent incompatible comand line options by Gabriel L. Somlo · 11 years ago
- cb36acb SMBIOS: Use macro to set smbios defaults by Gabriel L. Somlo · 11 years ago
- e6667f7 SMBIOS: Rename symbols to better reflect future use by Gabriel L. Somlo · 11 years ago
- b29ad07 smbios: Set system manufacturer, product & version by default by Markus Armbruster · 11 years ago
- e26d3e7 smbios: Factor out smbios_maybe_add_str() by Markus Armbruster · 12 years ago
- fc3b329 smbios: Make multiple -smbios type= accumulate sanely by Markus Armbruster · 12 years ago
- ec2df8c smbios: Improve diagnostics for conflicting entries by Markus Armbruster · 12 years ago
- 4f953d2 smbios: Convert to QemuOpts by Markus Armbruster · 12 years ago
- 351a6a7 smbios: Normalize smbios_entry_add()'s error handling to exit(1) by Markus Armbruster · 12 years ago
- 6e5c454 smbios: Check R in -smbios type=0, release=R parses okay by Markus Armbruster · 12 years ago
- 527cd96 smbios: Fix -smbios type=0, release=... for big endian hosts by Markus Armbruster · 12 years ago
- ebc85e3 smbios: Clean up smbios_add_field() parameters by Markus Armbruster · 12 years ago
- 5bb95e4 smbios: Convert to error_report() by Markus Armbruster · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/smbios.c]
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago