summary refs log tree commit diff stats
path: root/plugins/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé2023-11-071-1/+0
* plugins: Check if vCPU is realizedAkihiko Odaki2023-10-111-1/+1
* plugins: Remove unused 'exec/helper-proto.h' headerPhilippe Mathieu-Daudé2023-06-201-1/+0
* include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson2023-03-221-11/+0
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
* plugins: Iterate on cb_lists in qemu_plugin_user_exitRichard Henderson2023-02-021-3/+4
* plugins: make qemu_plugin_user_exit's locking order consistent with fork_start'sEmilio Cota2023-02-021-5/+11
* plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-061-0/+20
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-1/+1
* plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-051-5/+5
* tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée2021-07-231-0/+39
* trace: Fold mem-internal.h into mem.hRichard Henderson2021-07-211-1/+1
* plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson2021-06-191-24/+6
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+37
* lockable: add QemuRecMutex supportStefan Hajnoczi2020-03-171-4/+3
* plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota2020-02-251-0/+1
* plugin: add core codeEmilio G. Cota2019-10-281-0/+502