Sign in
qemu
/
qemu
/
c9fdcf202f19fc2acdcb1ee0522ff5d61bf8c906
/
util
/
module.c
900610e
module: Use QEMU_MODULE_DIR as a search path
by ryang
· 7 years ago
dffa41b
module: Don't load the same module if requested multiple times
by Fam Zheng
· 8 years ago
88d8879
blockdev: Add dynamic module loading for block drivers
by Marc Mari
· 8 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
bb2eb18
module: Don't complain when a module is absent
by Andreas Färber
· 11 years ago
f9e13f8
module: Simplify module_load()
by Andreas Färber
· 11 years ago
08cf996
util: Add 'static' attribute to function implementation
by Stefan Weil
· 11 years ago
d844a7b
modules: Fix building with --enable-modules
by Fam Zheng
· 11 years ago
aa0d1f4
modules: do not include gmodule-2.0 in static builds
by Paolo Bonzini
· 11 years ago
e26110c
module: implement module loading
by Fam Zheng
· 11 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from module.c]
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
b920df5
Remove type field in ModuleEntry as it's not used
by Chen Yufei
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
f789743
Fix module initialization when more than 1 class is in use
by Anthony Liguori
· 16 years ago
0bfe3ca
Constructor support
by Anthony Liguori
· 16 years ago