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
/
accel
/
tcg
/
plugin-gen.c
Age
Commit message (
Expand
)
Author
2023-03-13
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
2023-03-01
accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
Richard Henderson
2023-03-01
accel/tcg/plugin: Use tcg_temp_ebb_*
Richard Henderson
2023-02-02
plugins: fix optimization in plugin_gen_disable_mem_helpers
Emilio Cota
2023-01-05
tcg: Vary the allocation size for TCGOp
Richard Henderson
2023-01-05
tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
Philippe Mathieu-Daudé
2023-01-05
accel/tcg/plugin: Use copy_op in append_{udata,mem}_cb
Richard Henderson
2023-01-05
accel/tcg/plugin: Avoid duplicate copy in copy_call
Richard Henderson
2023-01-05
accel/tcg/plugin: Don't search for the function pointer index
Richard Henderson
2022-10-03
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-02-09
plugins: move reset of plugin data to tb_start
Alex Bennée
2021-11-04
plugins: try and make plugin_insn_append more ergonomic
Alex Bennée
2021-10-12
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-06-19
plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
Richard Henderson
2021-06-19
accel/tcg/plugin-gen: Drop inline markers
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
accel/tcg/plugin-gen: fix the call signature for inline callbacks
Alex Bennée
2021-01-13
tcg: Use tcg_constant_{i32,i64} with tcg plugins
Richard Henderson
2019-10-28
plugin-gen: add module for TCG-related code
Emilio G. Cota