qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] linux-user: cleanup unused linux-user/include/host direc


From: Ilya Leoshkevich
Subject: Re: [PATCH 2/3] linux-user: cleanup unused linux-user/include/host directories
Date: Mon, 07 Aug 2023 18:53:27 +0200
User-agent: Evolution 3.48.4 (3.48.4-1.fc38)

On Mon, 2023-08-07 at 11:48 +0200, Paolo Bonzini wrote:
> Alpha and 31-bit s390 lack the assembly fragment to handle signals
> occurring at the same time as system calls, so they cannot run
> linux-user emulation anymore.  Drop the host-signal.h files for
> them.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  linux-user/include/host/alpha/host-signal.h |  55 --------
>  linux-user/include/host/s390/host-signal.h  | 138 ------------------
> --
>  2 files changed, 193 deletions(-)
>  delete mode 100644 linux-user/include/host/alpha/host-signal.h
>  delete mode 100644 linux-user/include/host/s390/host-signal.h

s390/host-signal.h is included by s390x/host-signal.h, so on a (64-bit)
s390x host I get:

In file included from ../linux-user/signal.c:33:
../linux-user/include/host/s390x/host-signal.h:1:10: fatal error:
../s390/host-signal.h: No such file or directory
    1 | #include "../s390/host-signal.h"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]