1. 546323b modules: turn off lazy binding by Gerd Hoffmann · 4 years, 5 months ago
  2. 1e1f9c2 virtio-gpu: add virtio-vga module by Gerd Hoffmann · 4 years, 5 months ago
  3. 74acdf0 virtio-gpu: add virtio-gpu-pci module by Gerd Hoffmann · 4 years, 5 months ago
  4. c826365 opengl: build opengl helper code modular by Gerd Hoffmann · 4 years, 5 months ago
  5. 4e65151 modules: add spice dependencies by Gerd Hoffmann · 4 years, 5 months ago
  6. 6f13fa7 modules: dependencies infrastructure by Gerd Hoffmann · 4 years, 5 months ago
  7. 23ebeaa chardev/spice: build spice chardevs as module by Gerd Hoffmann · 4 years, 5 months ago
  8. f88908c modules: update qom object module comment by Gerd Hoffmann · 4 years, 6 months ago
  9. 5010932 module: silence errors for module_load_qom_all(). by Gerd Hoffmann · 4 years, 6 months ago
  10. 1b93406 module: relocate path to modules by Paolo Bonzini · 4 years, 7 months ago
  11. a4c1386 oslib: do not call g_strdup from qemu_get_exec_dir by Paolo Bonzini · 4 years, 7 months ago
  12. 7b0de5b virtio-gpu: build modular by Gerd Hoffmann · 4 years, 6 months ago
  13. 859aef0 meson: replace create-config with meson configure_file by Paolo Bonzini · 4 years, 7 months ago
  14. 64ed6f9 meson: link emulators without Makefile.target by Paolo Bonzini · 4 years, 7 months ago
  15. d87350b module: ignore NULL type by Gerd Hoffmann · 4 years, 8 months ago
  16. e94f068 Revert "vga: build virtio-gpu as module" by Gerd Hoffmann · 4 years, 8 months ago
  17. ef138c7 chardev: enable modules, use for braille by Gerd Hoffmann · 4 years, 9 months ago
  18. 8d5a24c vga: build virtio-gpu as module by Gerd Hoffmann · 4 years, 9 months ago
  19. d39e93d vga: build qxl as module by Gerd Hoffmann · 4 years, 9 months ago
  20. aa9c857 usb: build usb-redir as module by Gerd Hoffmann · 4 years, 9 months ago
  21. 8887312 ccid: build smartcard as module by Gerd Hoffmann · 4 years, 9 months ago
  22. 2845774 module: qom module support by Gerd Hoffmann · 4 years, 9 months ago
  23. 267514b module: increase dirs array size by one by Bruce Rogers · 5 years ago
  24. bd83c86 modules: load modules from versioned /var/run dir by Christian Ehrhardt · 5 years ago
  25. 46a0757 module: check module wasn't already initialized by Alexander Bulekov · 5 years ago
  26. 638be47 util/module: fix a memory leak by Pan Nengyuan · 5 years ago
  27. 81d8ccb module: return success on module load by Marc-André Lureau · 6 years ago
  28. 9062912 module: use g_hash_table_add() by Marc-André Lureau · 6 years ago
  29. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  30. 900610e module: Use QEMU_MODULE_DIR as a search path by ryang · 7 years ago
  31. dffa41b module: Don't load the same module if requested multiple times by Fam Zheng · 9 years ago
  32. 88d8879 blockdev: Add dynamic module loading for block drivers by Marc Mari · 9 years ago
  33. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  34. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  35. bb2eb18 module: Don't complain when a module is absent by Andreas Färber · 11 years ago
  36. f9e13f8 module: Simplify module_load() by Andreas Färber · 11 years ago
  37. 08cf996 util: Add 'static' attribute to function implementation by Stefan Weil · 11 years ago
  38. d844a7b modules: Fix building with --enable-modules by Fam Zheng · 11 years ago
  39. aa0d1f4 modules: do not include gmodule-2.0 in static builds by Paolo Bonzini · 11 years ago
  40. e26110c module: implement module loading by Fam Zheng · 11 years ago
  41. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from module.c]
  42. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  43. b920df5 Remove type field in ModuleEntry as it's not used by Chen Yufei · 13 years ago
  44. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  45. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  46. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  47. f789743 Fix module initialization when more than 1 class is in use by Anthony Liguori · 16 years ago
  48. 0bfe3ca Constructor support by Anthony Liguori · 16 years ago