aboutsummaryrefslogtreecommitdiff
path: root/plugins/api.c
AgeCommit message (Expand)Author
2022-10-06plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddrRichard Henderson
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-09plugins: add helper functions for coverage pluginsIvanov Arkady
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson
2021-09-02plugins/api: added a boolean parsing plugin apiMahmoud Mandour
2021-07-23plugins: Fix physical address calculation for IO regionsAaron Lindsay
2021-07-14plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée
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
2020-05-15qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé
2020-01-15plugins: Include trace/mem.h in api.cRichard Henderson
2019-10-28plugin: add qemu_plugin_outs helperAlex Bennée
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée
2019-10-28plugin: add implementation of the apiAlex Bennée