Re: [PATCH 19/37] accel/tcg: Use libuser_ss and libsystem_ss

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: While some of these files are built exactly once, due to being in only libuser_ss or libsystem_ss, some of the includes that they depend on require CONFIG_USER_ONLY. So make use of the common infrastructure to allow that. Signed-off-by: Richard Henderso

[PATCH 19/37] accel/tcg: Use libuser_ss and libsystem_ss

2025-03-12 Thread Richard Henderson
While some of these files are built exactly once, due to being in only libuser_ss or libsystem_ss, some of the includes that they depend on require CONFIG_USER_ONLY. So make use of the common infrastructure to allow that. Signed-off-by: Richard Henderson --- accel/tcg/meson.build | 17 ++