index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
plugin-gen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-24
accel/tcg: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-07-22
plugins: fix mem callback array size
Pierrick Bouvier
1
-2
/
+1
2024-06-24
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
1
-2
/
+2
2024-05-16
plugins: extract cpu_index generate
Pierrick Bouvier
1
-13
/
+11
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
1
-26
/
+32
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
1
-0
/
+48
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
1
-0
/
+13
2024-05-16
plugins: extract generate ptr for qemu_plugin_u64
Pierrick Bouvier
1
-9
/
+18
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
1
-3
/
+3
2024-05-15
plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
Richard Henderson
1
-13
/
+17
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
1
-2
/
+1
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
1
-20
/
+0
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
1
-3
/
+1
2024-05-15
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
1
-2
/
+5
2024-05-15
accel/tcg: Record DisasContextBase in tcg_ctx for plugins
Richard Henderson
1
-0
/
+1
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
1
-3
/
+3
2024-04-30
plugins: Update the documentation block for plugin-gen.c
Richard Henderson
1
-27
/
+4
2024-04-30
plugins: Inline plugin_gen_empty_callback
Richard Henderson
1
-16
/
+3
2024-04-30
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
1
-7
/
+32
2024-04-30
plugins: Split out common cb expanders
Richard Henderson
1
-43
/
+41
2024-04-30
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
1
-56
/
+11
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
1
-1
/
+1
2024-04-30
plugins: Simplify callback queues
Richard Henderson
1
-42
/
+48
2024-04-30
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
1
-18
/
+0
2024-04-30
plugins: Remove plugin helpers
Richard Henderson
1
-20
/
+0
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
1
-365
/
+45
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
1
-221
/
+65
2024-04-30
plugins: Add PLUGIN_GEN_AFTER_TB
Richard Henderson
1
-21
/
+16
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
1
-39
/
+57
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
1
-31
/
+43
2024-04-30
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
1
-2
/
+2
2024-04-02
accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition
Philippe Mathieu-Daudé
1
-6
/
+0
2024-03-06
plugins: cleanup codepath for previous inline operation
Pierrick Bouvier
1
-9
/
+4
2024-03-06
plugins: add inline operation per vcpu
Pierrick Bouvier
1
-0
/
+7
2024-03-06
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
1
-13
/
+56
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
1
-1
/
+2
2024-02-28
plugins: Use different helpers when reading registers
Akihiko Odaki
1
-4
/
+39
2023-10-31
plugins: Remove an extra parameter
Akihiko Odaki
1
-6
/
+3
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
1
-1
/
+5
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-1
/
+1
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-4
/
+4
2023-06-05
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Split helper-proto.h
Richard Henderson
1
-1
/
+1
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
1
-0
/
+5
2023-05-18
accel/tcg: Fix append_mem_cb
Richard Henderson
1
-42
/
+0
2023-05-16
accel/tcg: Widen plugin_gen_empty_mem_callback to i64
Richard Henderson
1
-6
/
+3
2023-05-16
accel/tcg: Merge do_gen_mem_cb into caller
Richard Henderson
1
-22
/
+17
2023-05-16
accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callback
Richard Henderson
1
-24
/
+6
2023-03-13
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
1
-0
/
+1
2023-03-01
accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
Richard Henderson
1
-6
/
+2
[next]