Re: [PATCH 01/37] accel/tcg: Build user-exec-stub.c once

2025-03-13 Thread Alex Bennée
Richard Henderson writes: > CONFIG_USER_ONLY == !CONFIG_SYSTEM_ONLY. > Therefore it's cleaner to just add to user_ss. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

Re: [PATCH 01/37] accel/tcg: Build user-exec-stub.c once

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: CONFIG_USER_ONLY == !CONFIG_SYSTEM_ONLY. Therefore it's cleaner to just add to user_ss. Signed-off-by: Richard Henderson --- accel/tcg/meson.build | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accel/tcg/meson.build b/accel/

Re: [PATCH 01/37] accel/tcg: Build user-exec-stub.c once

2025-03-13 Thread Philippe Mathieu-Daudé
On 13/3/25 04:44, Richard Henderson wrote: CONFIG_USER_ONLY == !CONFIG_SYSTEM_ONLY. Therefore it's cleaner to just add to user_ss. Signed-off-by: Richard Henderson --- accel/tcg/meson.build | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 01/37] accel/tcg: Build user-exec-stub.c once

2025-03-12 Thread Richard Henderson
CONFIG_USER_ONLY == !CONFIG_SYSTEM_ONLY. Therefore it's cleaner to just add to user_ss. Signed-off-by: Richard Henderson --- accel/tcg/meson.build | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accel/tcg/meson.build b/accel/tcg/meson.build index 38ff227eb0..14bf797fda 10