aboutsummaryrefslogtreecommitdiff
path: root/plugins/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20plugins: Remove unused 'exec/helper-proto.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-03-22include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson1-11/+0
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
2023-02-02plugins: Iterate on cb_lists in qemu_plugin_user_exitRichard Henderson1-3/+4
2023-02-02plugins: make qemu_plugin_user_exit's locking order consistent with fork_start'sEmilio Cota1-5/+11
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée1-0/+20
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-1/+1
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson1-5/+5
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée1-0/+39
2021-07-21trace: Fold mem-internal.h into mem.hRichard Henderson1-1/+1
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson1-24/+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-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono1-0/+37
2020-03-17lockable: add QemuRecMutex supportStefan Hajnoczi1-4/+3
2020-02-25plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota1-0/+1
2019-10-28plugin: add core codeEmilio G. Cota1-0/+502