summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugins: getting qemu_plugin_get_hwaddr only expose one function prototypeYonggang Luo2021-03-171-5/+3Star
* plugins: Expose physical addresses instead of device offsetsAaron Lindsay2021-03-171-5/+12
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-181-11/+25
* plugins: add API to return a name for a IO deviceAlex Bennée2021-02-181-0/+20
* cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-022-0/+44
* plugin: propagate errorsPaolo Bonzini2020-12-151-17/+17
* Remove superfluous .gitignore filesThomas Huth2020-10-131-2/+0Star
* plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo2020-10-091-0/+1
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-1/+9
* meson: pluginsPaolo Bonzini2020-08-212-21/+5Star
* qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé2020-05-151-2/+2
* lockable: add QemuRecMutex supportStefan Hajnoczi2020-03-172-12/+11Star
* plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota2020-02-251-0/+1
* plugins: Include trace/mem.h in api.cRichard Henderson2020-01-161-0/+1
* tcg plugins: expose an API version conceptAlex Bennée2019-11-122-0/+23
* plugin: add qemu_plugin_outs helperAlex Bennée2019-10-282-0/+9
* plugin: add qemu_plugin_insn_disas helperAlex Bennée2019-10-282-1/+9
* plugin: expand the plugin_init function to include an info blockAlex Bennée2019-10-281-4/+19
* plugin: add API symbols to qemu-plugins.symbolsEmilio G. Cota2019-10-283-0/+54
* plugins: implement helpers for resolving hwaddrAlex Bennée2019-10-281-0/+49
* plugin: add implementation of the apiAlex Bennée2019-10-282-0/+278
* plugin: add core codeEmilio G. Cota2019-10-284-0/+967