|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 12/33] plugins: Read mem_only directly from TB cflags |
Date: | Mon, 29 Apr 2024 12:45:16 +0200 |
User-agent: | Mozilla Thunderbird |
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.henderson@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é <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |