Re: [PATCH v2 13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr

2024-05-13 Thread Pierrick Bouvier
On 4/24/24 16:31, Richard Henderson wrote: We can delay the computation of haddr until the plugin actually requests it. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 4 accel/tcg/plugin-gen.c | 20 plugins/api.c | 25 ++

Re: [PATCH v2 13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr

2024-05-13 Thread Philippe Mathieu-Daudé
Cc'ing Pierrick & Alex on this last one :) On 25/4/24 01:31, Richard Henderson wrote: We can delay the computation of haddr until the plugin actually requests it. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 4 accel/tcg/plugin-gen.c | 20 plugin

[PATCH v2 13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr

2024-04-24 Thread Richard Henderson
We can delay the computation of haddr until the plugin actually requests it. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 4 accel/tcg/plugin-gen.c | 20 plugins/api.c | 25 - 3 files changed, 24 insertions(+), 25 delet