]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Apr 2024 19:59:18 +0000 (09:59 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 06:55:18 +0000 (08:55 +0200)
commite763953a2445770bb5d1653d0c258dca5a6de5e2
tree410ae49ce696efeaa1cd316574f2ac066bb769ca
parentd3ace105900c43d1eb034b81ce0951e6110ab990
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr

We do not need to separately record the start of the TB.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
include/qemu/plugin.h
plugins/api.c