aboutsummaryrefslogtreecommitdiff
path: root/plugins/core.c
AgeCommit message (Expand)Author
2024-07-05accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/Philippe Mathieu-Daudé
2024-07-05plugins: Ensure vCPU index is assigned in init/exit hooksPhilippe Mathieu-Daudé
2024-06-24plugins: fix inject_mem_cb rw maskingPierrick Bouvier
2024-06-04plugins: remove special casing for cpu->realizedAlex Bennée
2024-05-16plugins: remove op from qemu_plugin_inline_cbPierrick Bouvier
2024-05-16plugins: distinct types for callbacksPierrick Bouvier
2024-05-16plugins: conditional callbacksPierrick Bouvier
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier
2024-05-06accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-03plugins: Update stale commentPhilippe Mathieu-Daudé
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson
2024-04-30plugins: Create TCGHelperInfo for all out-of-line callbacksRichard Henderson
2024-04-30plugins: Move function pointer in qemu_plugin_dyn_cbRichard Henderson
2024-04-30plugins: Zero new qemu_plugin_dyn_cb entriesRichard Henderson
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