index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
plugin-gen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugins: Update the documentation block for plugin-gen.c
Richard Henderson
2024-04-30
1
-27
/
+4
*
plugins: Inline plugin_gen_empty_callback
Richard Henderson
2024-04-30
1
-16
/
+3
*
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
2024-04-30
1
-7
/
+32
*
plugins: Split out common cb expanders
Richard Henderson
2024-04-30
1
-43
/
+41
*
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
2024-04-30
1
-56
/
+11
*
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
2024-04-30
1
-1
/
+1
*
plugins: Simplify callback queues
Richard Henderson
2024-04-30
1
-42
/
+48
*
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
2024-04-30
1
-18
/
+0
*
plugins: Remove plugin helpers
Richard Henderson
2024-04-30
1
-20
/
+0
*
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
2024-04-30
1
-365
/
+45
*
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
2024-04-30
1
-221
/
+65
*
plugins: Add PLUGIN_GEN_AFTER_TB
Richard Henderson
2024-04-30
1
-21
/
+16
*
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
2024-04-30
1
-39
/
+57
*
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
2024-04-30
1
-31
/
+43
*
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
2024-04-30
1
-2
/
+2
*
accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition
Philippe Mathieu-Daudé
2024-04-02
1
-6
/
+0
*
plugins: cleanup codepath for previous inline operation
Pierrick Bouvier
2024-03-06
1
-9
/
+4
*
plugins: add inline operation per vcpu
Pierrick Bouvier
2024-03-06
1
-0
/
+7
*
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
2024-03-06
1
-13
/
+56
*
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
2024-02-28
1
-1
/
+2
*
plugins: Use different helpers when reading registers
Akihiko Odaki
2024-02-28
1
-4
/
+39
*
plugins: Remove an extra parameter
Akihiko Odaki
2023-10-31
1
-6
/
+3
*
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
2023-10-11
1
-1
/
+5
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-1
/
+1
*
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
1
-4
/
+4
*
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
2023-06-05
1
-0
/
+1
*
tcg: Split helper-proto.h
Richard Henderson
2023-06-05
1
-1
/
+1
*
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-06-05
1
-0
/
+5
*
accel/tcg: Fix append_mem_cb
Richard Henderson
2023-05-18
1
-42
/
+0
*
accel/tcg: Widen plugin_gen_empty_mem_callback to i64
Richard Henderson
2023-05-16
1
-6
/
+3
*
accel/tcg: Merge do_gen_mem_cb into caller
Richard Henderson
2023-05-16
1
-22
/
+17
*
accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callback
Richard Henderson
2023-05-16
1
-24
/
+6
*
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
2023-03-13
1
-0
/
+1
*
accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
Richard Henderson
2023-03-01
1
-6
/
+2
*
accel/tcg/plugin: Use tcg_temp_ebb_*
Richard Henderson
2023-03-01
1
-10
/
+14
*
plugins: fix optimization in plugin_gen_disable_mem_helpers
Emilio Cota
2023-02-02
1
-8
/
+18
*
tcg: Vary the allocation size for TCGOp
Richard Henderson
2023-01-05
1
-5
/
+5
*
tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
Philippe Mathieu-Daudé
2023-01-05
1
-1
/
+4
*
accel/tcg/plugin: Use copy_op in append_{udata,mem}_cb
Richard Henderson
2023-01-05
1
-8
/
+8
*
accel/tcg/plugin: Avoid duplicate copy in copy_call
Richard Henderson
2023-01-05
1
-2
/
+0
*
accel/tcg/plugin: Don't search for the function pointer index
Richard Henderson
2023-01-05
1
-18
/
+11
*
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-10-03
1
-11
/
+11
*
plugins: move reset of plugin data to tb_start
Alex Bennée
2022-02-09
1
-11
/
+20
*
plugins: try and make plugin_insn_append more ergonomic
Alex Bennée
2021-11-04
1
-2
/
+1
*
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
2021-10-12
1
-72
/
+85
*
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-10-05
1
-3
/
+2
*
plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
Richard Henderson
2021-06-19
1
-4
/
+4
*
accel/tcg/plugin-gen: Drop inline markers
Richard Henderson
2021-06-19
1
-7
/
+5
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
1
-1
/
+2
[next]