index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
core.c
Age
Commit message (
Expand
)
Author
2024-07-05
accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/
Philippe Mathieu-Daudé
2024-07-05
plugins: Ensure vCPU index is assigned in init/exit hooks
Philippe Mathieu-Daudé
2024-06-24
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
2024-06-04
plugins: remove special casing for cpu->realized
Alex Bennée
2024-05-16
plugins: remove op from qemu_plugin_inline_cb
Pierrick Bouvier
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
2024-05-03
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-03
plugins: Update stale comment
Philippe Mathieu-Daudé
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
2024-04-30
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
2024-04-30
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
2024-04-30
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
2024-04-30
plugins: Zero new qemu_plugin_dyn_cb entries
Richard Henderson
2024-03-06
plugins: cleanup codepath for previous inline operation
Pierrick Bouvier
2024-03-06
plugins: add inline operation per vcpu
Pierrick Bouvier
2024-03-06
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
2024-03-06
plugins: scoreboard API
Pierrick Bouvier
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
2024-02-28
plugins: fix order of init/idle/resume callback
Pierrick Bouvier
2024-02-28
plugins: add qemu_plugin_num_vcpus function
Pierrick Bouvier
2024-01-30
misc: Clean up includes
Peter Maydell
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2023-10-11
plugins: Check if vCPU is realized
Akihiko Odaki
2023-06-20
plugins: Remove unused 'exec/helper-proto.h' header
Philippe Mathieu-Daudé
2023-03-22
include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
Richard Henderson
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2023-02-02
plugins: Iterate on cb_lists in qemu_plugin_user_exit
Richard Henderson
2023-02-02
plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
Emilio Cota
2022-10-06
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-07-23
tcg/plugins: implement a qemu_plugin_user_exit helper
Alex Bennée
2021-07-21
trace: Fold mem-internal.h into mem.h
Richard Henderson
2021-06-19
plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-01-02
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
2020-03-17
lockable: add QemuRecMutex support
Stefan Hajnoczi
2020-02-25
plugins/core: add missing break in cb_to_tcg_flags
Emilio G. Cota
2019-10-28
plugin: add core code
Emilio G. Cota