aboutsummaryrefslogtreecommitdiff
path: root/plugins/api.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-23plugins: Fix physical address calculation for IO regionsAaron Lindsay1-1/+1
2021-07-14plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée1-2/+2
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée1-0/+6
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+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
2020-05-15qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé1-2/+2
2020-01-15plugins: Include trace/mem.h in api.cRichard Henderson1-0/+1
2019-10-28plugin: add qemu_plugin_outs helperAlex Bennée1-0/+8
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée1-1/+8
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée1-0/+49
2019-10-28plugin: add implementation of the apiAlex Bennée1-0/+277