Re: [PATCH 14/32] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr

2024-04-05 Thread Philippe Mathieu-Daudé
On 5/4/24 12:24, Richard Henderson wrote: We do not need to separately record the start of the TB. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 1 - accel/tcg/plugin-gen.c | 3 +-- plugins/api.c | 3 ++- 3 files changed, 3 insertions(+), 4 deletions(-) Reviewed-

[PATCH 14/32] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr

2024-04-05 Thread Richard Henderson
We do not need to separately record the start of the TB. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 1 - accel/tcg/plugin-gen.c | 3 +-- plugins/api.c | 3 ++- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/qemu/plugin.h b/include/qemu/plugin.h