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