summary refs log tree commit diff stats
path: root/semihosting/uaccess.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-03-12 20:24:44 -0700
committerRichard Henderson <richard.henderson@linaro.org>2025-04-23 14:08:44 -0700
commit8916c373a3fd56938f1b7d57010491a0b9662b1e (patch)
tree486e2bde75d3fefe033ffceb016192ec83bc3817 /semihosting/uaccess.c
parente4610f38095a3ae01177fe67fd70e4d66b683259 (diff)
downloadfocaccia-qemu-8916c373a3fd56938f1b7d57010491a0b9662b1e.tar.gz
focaccia-qemu-8916c373a3fd56938f1b7d57010491a0b9662b1e.zip
meson: Only allow CONFIG_USER_ONLY from certain source sets
Poison CONFIG_USER_ONLY and CONFIG_SOFTMMU unless
the compilation unit is in specific_ss, libuser_ss,
or libsystem_ss.  This is intended to prevent files
being incorrectly added to common_ss.

Remove #ifndef CONFIG_USER_ONLY / #error / #endif blocks.
All they do is trigger the poison error.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'semihosting/uaccess.c')
0 files changed, 0 insertions, 0 deletions