summaryrefslogtreecommitdiff
path: root/include/qemu/plugin.h
AgeCommit message (Expand)Author
2021-11-04plugins: try and make plugin_insn_append more ergonomicAlex Bennée
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2020-12-15plugin: propagate errorsPaolo Bonzini
2020-05-15qemu/plugin: Move !CONFIG_PLUGIN stubs altogetherPhilippe Mathieu-Daudé
2020-05-15qemu/plugin: Trivial code movementPhilippe Mathieu-Daudé
2019-10-28plugin: add core codeEmilio G. Cota