summaryrefslogtreecommitdiffstats
path: root/plugins/api.c
Commit message (Expand)AuthorAgeFilesLines
* plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddrRichard Henderson2022-10-061-0/+2
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* plugins: add helper functions for coverage pluginsIvanov Arkady2022-02-091-0/+48
* plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-061-8/+11
* plugins/api: added a boolean parsing plugin apiMahmoud Mandour2021-09-021-0/+5
* plugins: Fix physical address calculation for IO regionsAaron Lindsay2021-07-231-1/+1
* plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée2021-07-141-2/+2
* plugins/api: expose symbol lookup to pluginsAlex Bennée2021-06-251-0/+6
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* 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
* qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé2020-05-151-2/+2
* plugins: Include trace/mem.h in api.cRichard Henderson2020-01-161-0/+1
* plugin: add qemu_plugin_outs helperAlex Bennée2019-10-281-0/+8
* plugin: add qemu_plugin_insn_disas helperAlex Bennée2019-10-281-1/+8
* plugins: implement helpers for resolving hwaddrAlex Bennée2019-10-281-0/+49
* plugin: add implementation of the apiAlex Bennée2019-10-281-0/+277