aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée
2021-06-24Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-17plugins: getting qemu_plugin_get_hwaddr only expose one function prototypeYonggang Luo
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono
2020-12-15plugin: propagate errorsPaolo Bonzini
2020-10-13Remove superfluous .gitignore filesThomas Huth
2020-10-09plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini
2020-08-21meson: pluginsPaolo Bonzini
2020-05-15qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé
2020-03-17lockable: add QemuRecMutex supportStefan Hajnoczi
2020-02-25plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota
2020-01-15plugins: Include trace/mem.h in api.cRichard Henderson
2019-11-12tcg plugins: expose an API version conceptAlex Bennée
2019-10-28plugin: add qemu_plugin_outs helperAlex Bennée
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée
2019-10-28plugin: expand the plugin_init function to include an info blockAlex Bennée
2019-10-28plugin: add API symbols to qemu-plugins.symbolsEmilio G. Cota
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée
2019-10-28plugin: add implementation of the apiAlex Bennée
2019-10-28plugin: add core codeEmilio G. Cota