| Commit message (Expand) | Author | Age | Files | Lines |
* | modules: turn off lazy binding | Gerd Hoffmann | 2020-10-29 | 1 | -1/+1 |
* | virtio-gpu: add virtio-vga module | Gerd Hoffmann | 2020-10-29 | 1 | -0/+3 |
* | virtio-gpu: add virtio-gpu-pci module | Gerd Hoffmann | 2020-10-29 | 1 | -0/+3 |
* | opengl: build opengl helper code modular | Gerd Hoffmann | 2020-10-21 | 1 | -0/+7 |
* | modules: add spice dependencies | Gerd Hoffmann | 2020-10-21 | 1 | -0/+5 |
* | modules: dependencies infrastructure | Gerd Hoffmann | 2020-10-21 | 1 | -5/+27 |
* | chardev/spice: build spice chardevs as module | Gerd Hoffmann | 2020-10-15 | 1 | -0/+2 |
* | modules: update qom object module comment | Gerd Hoffmann | 2020-10-15 | 1 | -1/+3 |
* | module: silence errors for module_load_qom_all(). | Gerd Hoffmann | 2020-10-15 | 1 | -10/+10 |
* | module: relocate path to modules | Paolo Bonzini | 2020-09-30 | 1 | -1/+2 |
* | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 2020-09-30 | 1 | -6/+1 |
* | virtio-gpu: build modular | Gerd Hoffmann | 2020-09-15 | 1 | -0/+2 |
* | meson: replace create-config with meson configure_file | Paolo Bonzini | 2020-08-21 | 1 | -2/+2 |
* | meson: link emulators without Makefile.target | Paolo Bonzini | 2020-08-21 | 1 | -1/+0 |
* | module: ignore NULL type | Gerd Hoffmann | 2020-07-21 | 1 | -0/+3 |
* | Revert "vga: build virtio-gpu as module" | Gerd Hoffmann | 2020-07-11 | 1 | -6/+0 |
* | chardev: enable modules, use for braille | Gerd Hoffmann | 2020-07-07 | 1 | -0/+1 |
* | vga: build virtio-gpu as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+6 |
* | vga: build qxl as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+2 |
* | usb: build usb-redir as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+1 |
* | ccid: build smartcard as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+2 |
* | module: qom module support | Gerd Hoffmann | 2020-07-07 | 1 | -0/+55 |
* | module: increase dirs array size by one | Bruce Rogers | 2020-04-13 | 1 | -1/+1 |
* | modules: load modules from versioned /var/run dir | Christian Ehrhardt | 2020-03-16 | 1 | -0/+14 |
* | module: check module wasn't already initialized | Alexander Bulekov | 2020-02-22 | 1 | -0/+7 |
* | util/module: fix a memory leak | Pan Nengyuan | 2020-01-08 | 1 | -0/+1 |
* | module: return success on module load | Marc-André Lureau | 2019-08-21 | 1 | -3/+11 |
* | module: use g_hash_table_add() | Marc-André Lureau | 2019-08-21 | 1 | -2/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | module: Use QEMU_MODULE_DIR as a search path | ryang | 2018-08-23 | 1 | -8/+14 |
* | module: Don't load the same module if requested multiple times | Fam Zheng | 2016-10-07 | 1 | -2/+16 |
* | blockdev: Add dynamic module loading for block drivers | Marc Mari | 2016-09-20 | 1 | -27/+11 |
* | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 2016-06-20 | 1 | -5/+1 |
* | util: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -1/+1 |
* | module: Don't complain when a module is absent | Andreas Färber | 2014-07-18 | 1 | -3/+0 |
* | module: Simplify module_load() | Andreas Färber | 2014-07-18 | 1 | -4/+2 |
* | util: Add 'static' attribute to function implementation | Stefan Weil | 2014-03-27 | 1 | -1/+1 |
* | modules: Fix building with --enable-modules | Fam Zheng | 2014-02-28 | 1 | -1/+1 |
* | modules: do not include gmodule-2.0 in static builds | Paolo Bonzini | 2014-02-25 | 1 | -0/+2 |
* | module: implement module loading | Fam Zheng | 2014-02-20 | 1 | -2/+143 |
* | build: move libqemuutil.a components to util/ | Paolo Bonzini | 2013-01-12 | 1 | -0/+81 |