Re: [PATCH v2 12/33] plugins: Read mem_only directly from TB cflags

2024-04-29 Thread Philippe Mathieu-Daudé
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 --- include/exec/plugin-gen.h | 7 +++ include/qemu/plugin.h | 3 --- accel/tcg/plugin-ge

[PATCH v2 12/33] plugins: Read mem_only directly from TB cflags

2024-04-24 Thread Richard Henderson
Do not pass around a boolean between multiple structures, just read it from the TranslationBlock in the TCGContext. Signed-off-by: Richard Henderson --- include/exec/plugin-gen.h | 7 +++ include/qemu/plugin.h | 3 --- accel/tcg/plugin-gen.c| 4 +--- accel/tcg/translator.c| 2