summary refs log tree commit diff stats
path: root/plugins/loader.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* plugins: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau2024-04-021-1/+1
* misc: Clean up includesPeter Maydell2024-01-301-1/+0
* plugins/loader: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-2/+2
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-1/+1
* 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/+0
* 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