1. 60d09b8 hw/smbios: fix field corruption in type 4 table by Julia Suvorova · 2 years ago
  2. 0ca6745 hw/smbios: Dumb down smbios_entry_add() stub by Markus Armbruster · 2 years, 1 month ago
  3. edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 2 months ago
  4. 05e27d7 hw/smbios: add core_count2 to smbios table type 4 by Julia Suvorova · 2 years, 5 months ago
  5. fd8caa2 hw/smbios: support for type 8 (port connector) by Hal Martin · 2 years, 7 months ago
  6. 57e3069 smbios: sanitize type from external type before checking have_fields_bitmap by Paolo Bonzini · 2 years, 6 months ago
  7. cb5fb04 hw/smbios: Add table 4 parameter, "processor-id" by Patrick Venture · 3 years, 1 month ago
  8. 63670bd hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide by Ani Sinha · 3 years ago
  9. a379d45 hw/smbios: fix overlapping table handle numbers with large memory vms by Ani Sinha · 3 years ago
  10. 3818acf hw/smbios: code cleanup - use macro definitions for table header handles by Ani Sinha · 3 years ago
  11. 10be11d smbios: Rename SMBIOS_ENTRY_POINT_* enums by Eduardo Habkost · 3 years, 4 months ago
  12. 05dfb44 hw/smbios: support for type 41 (onboard devices extended information) by Vincent Bernat · 4 years ago
  13. 86378b2 i386: do not use ram_size global by Paolo Bonzini · 4 years, 4 months ago
  14. 8055d2f hw/smbios: Fix leaked fd in save_opt_one() error path by Philippe Mathieu-Daudé · 4 years, 4 months ago
  15. 10c3666 hw/smbios: report error if table size is too large by Daniel P. Berrangé · 4 years, 5 months ago
  16. bb99f47 hw/smbios: support loading OEM strings values from a file by Daniel P. Berrangé · 4 years, 5 months ago
  17. c906e03 hw/smbios: add options for type 4 max-speed and current-speed by Ying Fang · 4 years, 7 months ago
  18. d6c9b1f meson: convert hw/smbios by Marc-André Lureau · 6 years ago
  19. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  20. 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 8 months ago
  21. aa32c24 hw/smbios/smbios: Remove unused include by Philippe Mathieu-Daudé · 5 years ago
  22. bfff1a6 smbios:ipmi: Ignore IPMI devices with no fwinfo function by Corey Minyard · 7 years ago
  23. 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 6 years ago
  24. a062859 machine: Refactor smp-related call chains to pass MachineState by Like Xu · 6 years ago
  25. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  26. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  27. b81a5f9 hw/smbios: fix offset of type 3 sku field by Daniel P. Berrangé · 6 years ago
  28. a2eb5c0 hw/smbios: Move to the hw/firmware/ subdirectory by Philippe Mathieu-Daudé · 6 years ago
  29. 5aca89d hw/smbios: Remove "smbios_ipmi.h" by Philippe Mathieu-Daudé · 6 years ago
  30. cc4d4ce hw/smbios: Restrict access to "hw/smbios/ipmi.h" by Philippe Mathieu-Daudé · 6 years ago
  31. b7abb79 hw/smbios/smbios.c: Don't use load_image() by Peter Maydell · 6 years ago
  32. 1028283 smbios: Clean up error handling in smbios_add() by Markus Armbruster · 6 years ago
  33. 968dfd0 hw/smbios: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  34. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  35. abb297e Include qmp-commands.h exactly where needed by Markus Armbruster · 7 years ago
  36. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  37. acc95bc Merge remote-tracking branch 'origin/master' into HEAD by Michael S. Tsirkin · 7 years ago
  38. e9808d0 hw: use "qemu/osdep.h" as first #include in source files by Philippe Mathieu-Daudé · 7 years ago
  39. 2d6dcbf smbios: support setting OEM strings table by Daniel P. Berrange · 7 years ago
  40. cc7a736 stubs: move smbios stubs to hw/smbios by Paolo Bonzini · 8 years ago
  41. 1007a37 smbios: filter based on CONFIG_SMBIOS rather than TARGET by Leif Lindholm · 8 years ago
  42. 664ee76 smbios: fix uuid copy by Marc-André Lureau · 8 years ago
  43. 9c5ce8d vl: Switch qemu_uuid to QemuUUID by Fam Zheng · 8 years ago
  44. cea2527 util: Add UUID API by Fam Zheng · 8 years ago
  45. 35658f6 ipmi: Add SMBIOS table entry by Corey Minyard · 9 years ago
  46. 0517cc9 smbios: Move table build tools into an include file. by Corey Minyard · 9 years ago
  47. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  48. 34294e2 module: Rename machine_init() to opts_init() by Eduardo Habkost · 9 years ago
  49. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  50. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
  51. 8629912 smbios: add smbios 3.0 support by Wei Huang · 9 years ago
  52. 60d8f32 smbios: move smbios code into a common folder by Wei Huang · 10 years ago