aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/plugin-gen.c
AgeCommit message (Expand)Author
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé
2023-01-05accel/tcg/plugin: Use copy_op in append_{udata,mem}_cbRichard Henderson
2023-01-05accel/tcg/plugin: Avoid duplicate copy in copy_callRichard Henderson
2023-01-05accel/tcg/plugin: Don't search for the function pointer indexRichard Henderson
2022-10-03accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson
2022-02-09plugins: move reset of plugin data to tb_startAlex Bennée
2021-11-04plugins: try and make plugin_insn_append more ergonomicAlex Bennée
2021-10-12accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson
2021-06-19accel/tcg/plugin-gen: Drop inline markersRichard Henderson
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2021-02-18accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg pluginsRichard Henderson
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota