aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-03-17plugins: getting qemu_plugin_get_hwaddr only expose one function prototypeYonggang Luo1-5/+3
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay1-5/+12
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée1-11/+25
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée1-0/+20
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono2-0/+44
2020-12-15plugin: propagate errorsPaolo Bonzini1-17/+17
2020-10-13Remove superfluous .gitignore filesThomas Huth1-2/+0
2020-10-09plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo1-0/+1
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-1/+9
2020-08-21meson: pluginsPaolo Bonzini2-21/+5
2020-05-15qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé1-2/+2
2020-03-17lockable: add QemuRecMutex supportStefan Hajnoczi2-12/+11
2020-02-25plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota1-0/+1
2020-01-15plugins: Include trace/mem.h in api.cRichard Henderson1-0/+1
2019-11-12tcg plugins: expose an API version conceptAlex Bennée2-0/+23
2019-10-28plugin: add qemu_plugin_outs helperAlex Bennée2-0/+9
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée2-1/+9
2019-10-28plugin: expand the plugin_init function to include an info blockAlex Bennée1-4/+19
2019-10-28plugin: add API symbols to qemu-plugins.symbolsEmilio G. Cota3-0/+54
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée1-0/+49
2019-10-28plugin: add implementation of the apiAlex Bennée2-0/+278
2019-10-28plugin: add core codeEmilio G. Cota4-0/+967