aboutsummaryrefslogtreecommitdiff
path: root/plugins/core.c
AgeCommit message (Expand)Author
2024-03-06plugins: cleanup codepath for previous inline operationPierrick Bouvier
2024-03-06plugins: add inline operation per vcpuPierrick Bouvier
2024-03-06plugins: implement inline operation relative to cpu_indexPierrick Bouvier
2024-03-06plugins: scoreboard APIPierrick Bouvier
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée
2024-02-28plugins: fix order of init/idle/resume callbackPierrick Bouvier
2024-02-28plugins: add qemu_plugin_num_vcpus functionPierrick Bouvier
2024-01-30misc: Clean up includesPeter Maydell
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé
2023-10-11plugins: Check if vCPU is realizedAkihiko Odaki
2023-06-20plugins: Remove unused 'exec/helper-proto.h' headerPhilippe Mathieu-Daudé
2023-03-22include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-02-02plugins: Iterate on cb_lists in qemu_plugin_user_exitRichard Henderson
2023-02-02plugins: make qemu_plugin_user_exit's locking order consistent with fork_start'sEmilio Cota
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
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-07-21trace: Fold mem-internal.h into mem.hRichard Henderson
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono
2020-03-17lockable: add QemuRecMutex supportStefan Hajnoczi
2020-02-25plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota
2019-10-28plugin: add core codeEmilio G. Cota