summaryrefslogtreecommitdiffstats
path: root/plugins/loader.c
Commit message (Expand)AuthorAgeFilesLines
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-211-0/+1
* plugins: allow plugin arguments to be passed directlyMahmoud Mandour2021-09-021-4/+20
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+7
* plugin: propagate errorsPaolo Bonzini2020-12-151-17/+17
* plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo2020-10-091-0/+1
* lockable: add QemuRecMutex supportStefan Hajnoczi2020-03-171-8/+8
* tcg plugins: expose an API version conceptAlex Bennée2019-11-121-0/+21
* plugin: expand the plugin_init function to include an info blockAlex Bennée2019-10-281-4/+19
* plugin: add core codeEmilio G. Cota2019-10-281-0/+362