aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/qemu-plugin.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-16plugins: conditional callbacksPierrick Bouvier1-0/+76
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier1-2/+2
2024-05-15plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson1-8/+7
2024-03-06plugins: remove non per_vcpu inline operation from APIPierrick Bouvier1-53/+5
2024-03-06plugins: add inline operation per vcpuPierrick Bouvier1-1/+50
2024-03-06plugins: define qemu_plugin_u64Pierrick Bouvier1-0/+52
2024-03-06plugins: scoreboard APIPierrick Bouvier1-0/+31
2024-02-28plugins: add an API to read registersAlex Bennée1-2/+48
2024-02-28plugins: add qemu_plugin_num_vcpus functionPierrick Bouvier1-0/+3
2024-02-28plugins: remove previous n_vcpus functions from APIPierrick Bouvier1-7/+3
2023-11-08plugins: add dllexport and dllimport to api funcsGreg Manning1-3/+47
2023-03-22include/qemu: add documentation for memory callbacksAlex Bennée1-4/+43
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+4
2022-02-09plugins: add helper functions for coverage pluginsIvanov Arkady1-0/+34
2021-09-02plugins/api: added a boolean parsing plugin apiMahmoud Mandour1-0/+13
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée1-0/+13
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée1-0/+9
2021-03-17plugins: Fixes typo in qemu-plugin.hYonggang Luo1-2/+2
2021-03-17plugins: expand kernel-doc for memory query and instrumentationAlex Bennée1-6/+30
2021-03-17plugins: expand kernel-doc for instruction query and instrumentationAlex Bennée1-2/+51
2021-03-17plugins: expand inline exec kernel-doc documentation.Alex Bennée1-1/+11
2021-03-17plugins: add qemu_plugin_id_t to kernel-docAlex Bennée1-0/+3
2021-03-17plugins: add qemu_plugin_cb_flags to kernel-docAlex Bennée1-3/+13
2021-03-17plugins: expand the typedef kernel-docs for translationAlex Bennée1-10/+13
2021-03-17plugins: expand the callback typedef kernel-docsAlex Bennée1-3/+22
2021-03-17plugins: cleanup kernel-doc for qemu_plugin_installAlex Bennée1-6/+6
2021-03-17plugins: expand kernel-doc for qemu_info_tAlex Bennée1-7/+15
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay1-7/+25
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée1-0/+6
2020-12-15qemu-plugin.h: remove GCC < 4Marc-André Lureau1-7/+2
2020-06-08qemu-plugin.h: add missing include <stddef.h> to define size_tEmilio G. Cota1-0/+1
2020-05-15qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé1-1/+1
2019-11-12tcg plugins: expose an API version conceptAlex Bennée1-0/+19
2019-10-28plugin: add qemu_plugin_outs helperAlex Bennée1-0/+6
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée1-0/+9
2019-10-28plugin: expand the plugin_init function to include an info blockAlex Bennée1-2/+24
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée1-0/+8
2019-10-28plugin: add implementation of the apiAlex Bennée1-3/+0
2019-10-28plugin: add user-facing APIEmilio G. Cota1-0/+351