]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Use libuser_ss and libsystem_ss
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Mar 2025 21:55:21 +0000 (14:55 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:29 +0000 (14:08 -0700)
commit1a1567b1747ef46fca2dfa8c22c2262a2e8f6d6c
tree3f925fa66fe5ab58901b184c0ac38f1a13406367
parent7ed79a9adbeff0ff8a8b6c76d3d10b2fe0f68c63
accel/tcg: Use libuser_ss and libsystem_ss

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.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/meson.build