aboutsummaryrefslogtreecommitdiff
path: root/plugins/loader.c
AgeCommit message (Expand)Author
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono
2020-12-15plugin: propagate errorsPaolo Bonzini
2020-10-09plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo
2020-03-17lockable: add QemuRecMutex supportStefan Hajnoczi
2019-11-12tcg plugins: expose an API version conceptAlex Bennée
2019-10-28plugin: expand the plugin_init function to include an info blockAlex Bennée
2019-10-28plugin: add core codeEmilio G. Cota