aboutsummaryrefslogtreecommitdiff
path: root/plugins/loader.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02plugins: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau1-1/+1
2024-01-30misc: Clean up includesPeter Maydell1-1/+0
2023-10-06plugins/loader: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-1/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell1-0/+1
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour1-4/+20
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono1-0/+7
2020-12-15plugin: propagate errorsPaolo Bonzini1-17/+17
2020-10-09plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo1-0/+1
2020-03-17lockable: add QemuRecMutex supportStefan Hajnoczi1-8/+8
2019-11-12tcg plugins: expose an API version conceptAlex Bennée1-0/+21
2019-10-28plugin: expand the plugin_init function to include an info blockAlex Bennée1-4/+19
2019-10-28plugin: add core codeEmilio G. Cota1-0/+362