qemu-e2k/common-user
Paolo Bonzini 9d24fb73a1 meson: cleanup common-user/ build
It is not necessary to have a separate static_library just for common_user
files; using the one that already covers the rest of common_ss is enough
unless you need to reuse some source files between emulators and tests.
Just place common files for all user-mode emulators in common_ss,
similar to what is already done for softmmu_ss in full system emulators.

The only disadvantage is that the include_directories under bsd-user/include/
and linux-user/include/ are now enabled for all targets rather than only
user mode emulators.  This however is not different from how include/sysemu/
is available when building user mode emulators.

Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-01-12 14:08:29 +01:00
..
host common-user: Really fix i386 calls to safe_syscall_set_errno_tail 2022-01-04 21:14:23 -08:00
meson.build meson: cleanup common-user/ build 2022-01-12 14:08:29 +01:00
safe-syscall-error.c common-user: Move safe-syscall.* from linux-user 2021-12-20 10:12:24 -08:00
safe-syscall.S common-user: Move safe-syscall.* from linux-user 2021-12-20 10:12:24 -08:00