Re: [PATCH 020/147] accel/tcg: Build plugin-gen.c once

2025-04-23 Thread Richard Henderson
On 4/23/25 02:26, Philippe Mathieu-Daudé wrote: diff --git a/accel/tcg/meson.build b/accel/tcg/meson.build index 14bf797fda..185830d0f5 100644 --- a/accel/tcg/meson.build +++ b/accel/tcg/meson.build @@ -3,6 +3,10 @@ common_ss.add(when: 'CONFIG_TCG', if_true: files(     'tcg-runtime.c',     'tcg-r

Re: [PATCH 020/147] accel/tcg: Build plugin-gen.c once

2025-04-23 Thread Philippe Mathieu-Daudé
On 22/4/25 21:26, Richard Henderson wrote: We assert that env immediately follows CPUState in cpu-all.h. Change the offsetof expressions to be based on CPUState instead of ArchCPU. Reviewed-by: Alex Bennée Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson --- accel/tcg/plugin-g

[PATCH 020/147] accel/tcg: Build plugin-gen.c once

2025-04-22 Thread Richard Henderson
We assert that env immediately follows CPUState in cpu-all.h. Change the offsetof expressions to be based on CPUState instead of ArchCPU. Reviewed-by: Alex Bennée Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson --- accel/tcg/plugin-gen.c | 13 + accel/tcg/meson.build