linux-user: cleanup unused linux-user/include/host directoriesAlpha and 31-bit s390 lack the assembly fragment to handle signalsoccurring at the same time as system calls, so they cannot runlinux
linux-user: cleanup unused linux-user/include/host directoriesAlpha and 31-bit s390 lack the assembly fragment to handle signalsoccurring at the same time as system calls, so they cannot runlinux-user emulation anymore. Drop the host-signal.h files forthem.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>Tested-by: Michael Tokarev <mjt@tls.msk.ru>Message-ID: <20230808120303.585509-3-pbonzini@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
user: move common-user includes to a subdirectory of {bsd,linux}-user/Avoid polluting the compilation of common-user/ with local include files;making an include file available to common-user/ shou
user: move common-user includes to a subdirectory of {bsd,linux}-user/Avoid polluting the compilation of common-user/ with local include files;making an include file available to common-user/ should be a deliberatedecision in order to keep a clear interface that can be used by bothbsd-user/ and linux-user/.Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>