1. a2eb5c0 hw/smbios: Move to the hw/firmware/ subdirectory by Philippe Mathieu-Daudé · 6 years ago
  2. 5aca89d hw/smbios: Remove "smbios_ipmi.h" by Philippe Mathieu-Daudé · 6 years ago
  3. cc4d4ce hw/smbios: Restrict access to "hw/smbios/ipmi.h" by Philippe Mathieu-Daudé · 6 years ago
  4. b7abb79 hw/smbios/smbios.c: Don't use load_image() by Peter Maydell · 6 years ago
  5. 1028283 smbios: Clean up error handling in smbios_add() by Markus Armbruster · 6 years ago
  6. 968dfd0 hw/smbios: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  7. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  8. 2d6dcbf smbios: support setting OEM strings table by Daniel P. Berrange · 7 years ago
  9. 1007a37 smbios: filter based on CONFIG_SMBIOS rather than TARGET by Leif Lindholm · 8 years ago
  10. 664ee76 smbios: fix uuid copy by Marc-André Lureau · 8 years ago
  11. 9c5ce8d vl: Switch qemu_uuid to QemuUUID by Fam Zheng · 8 years ago
  12. cea2527 util: Add UUID API by Fam Zheng · 8 years ago
  13. 35658f6 ipmi: Add SMBIOS table entry by Corey Minyard · 9 years ago
  14. 0517cc9 smbios: Move table build tools into an include file. by Corey Minyard · 9 years ago
  15. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  16. 34294e2 module: Rename machine_init() to opts_init() by Eduardo Habkost · 9 years ago
  17. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  18. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
  19. 8629912 smbios: add smbios 3.0 support by Wei Huang · 10 years ago
  20. 60d8f32 smbios: move smbios code into a common folder by Wei Huang · 10 years ago[Renamed (99%) from hw/i386/smbios.c]
  21. 89cc4a2 smbios: remove dependency on x86 e820 tables by Wei Huang · 10 years ago
  22. 3ebd6cc smbios: add max speed comdline option for type-17 (meory device) structure by Gabriel L. Somlo · 10 years ago
  23. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  24. 07d01c9 smbios: Don't report unknown CPU speed (fix SVVP regression) by Eduardo Habkost · 10 years ago
  25. 744c6d4 smbios: Fix dimm size calculation when RAM is multiple of 16GB by Eduardo Habkost · 10 years ago
  26. f4ec5cd smbios: change 'ram_addr_t' variables to 'uint64_t' by SeokYeon Hwang · 10 years ago
  27. caad057 smbios: Encode UUID according to SMBIOS specification by Eduardo Habkost · 10 years ago
  28. 7dfddd7 smbios: Fix assertion on socket count calculation by Eduardo Habkost · 10 years ago
  29. a10678b smbios: use g_free directly on NULL pointers by Paolo Bonzini · 11 years ago
  30. 0d73394 SMBIOS: Fix type 17 field sizes by Gabriel L. Somlo · 11 years ago
  31. 8435184 SMBIOS: Update Type 0 struct generator for machines >= 2.1 by Gabriel L. Somlo · 11 years ago
  32. fb5be2e SMBIOS: Fix endian-ness when populating multi-byte fields by Gabriel L. Somlo · 11 years ago
  33. c97294e SMBIOS: Build aggregate smbios tables and entry point by Gabriel L. Somlo · 11 years ago
  34. 2e6e8d7 SMBIOS: Use bitmaps to prevent incompatible comand line options by Gabriel L. Somlo · 11 years ago
  35. cb36acb SMBIOS: Use macro to set smbios defaults by Gabriel L. Somlo · 11 years ago
  36. e6667f7 SMBIOS: Rename symbols to better reflect future use by Gabriel L. Somlo · 11 years ago
  37. b29ad07 smbios: Set system manufacturer, product & version by default by Markus Armbruster · 11 years ago
  38. e26d3e7 smbios: Factor out smbios_maybe_add_str() by Markus Armbruster · 12 years ago
  39. fc3b329 smbios: Make multiple -smbios type= accumulate sanely by Markus Armbruster · 12 years ago
  40. ec2df8c smbios: Improve diagnostics for conflicting entries by Markus Armbruster · 12 years ago
  41. 4f953d2 smbios: Convert to QemuOpts by Markus Armbruster · 12 years ago
  42. 351a6a7 smbios: Normalize smbios_entry_add()'s error handling to exit(1) by Markus Armbruster · 12 years ago
  43. 6e5c454 smbios: Check R in -smbios type=0, release=R parses okay by Markus Armbruster · 12 years ago
  44. 527cd96 smbios: Fix -smbios type=0, release=... for big endian hosts by Markus Armbruster · 12 years ago
  45. ebc85e3 smbios: Clean up smbios_add_field() parameters by Markus Armbruster · 12 years ago
  46. 5bb95e4 smbios: Convert to error_report() by Markus Armbruster · 12 years ago
  47. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  48. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/smbios.c]
  49. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  50. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  51. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  52. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  53. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  54. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  55. 09c0848 Add/Fix command-line checks for smbios options v2 by Beth Kon · 16 years ago
  56. b6f6e3d qemu: Add support for SMBIOS command line otions (Alex Williamson) by aliguori · 16 years ago