On 25/4/24 01:31, Richard Henderson wrote:
Do not pass around a boolean between multiple structures, just read it from the TranslationBlock in the TCGContext.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/exec/plugin-gen.h | 7 +++---- include/qemu/plugin.h | 3 --- accel/tcg/plugin-gen.c | 4 +--- accel/tcg/translator.c | 2 +- plugins/api.c | 14 +++++++++----- 5 files changed, 14 insertions(+), 16 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>