From: Ilya Leoshkevich <iii@linux.ibm.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: richard.henderson@linaro.org, philmd@linaro.org
Subject: Re: [PATCH 2/3] linux-user: cleanup unused linux-user/include/host directories
Date: Mon, 07 Aug 2023 18:53:27 +0200 [thread overview]
Message-ID: <6420392676438a75c2696236299d7b31abe12bd0.camel@linux.ibm.com> (raw)
In-Reply-To: <20230807094807.471646-3-pbonzini@redhat.com>
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"
next prev parent reply other threads:[~2023-08-07 17:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 9:48 [PATCH 0/3] linux-user, configure: fix CPU canonicalization Paolo Bonzini
2023-08-07 9:48 ` [PATCH 1/3] configure: fix detection for x32 linux-user Paolo Bonzini
2023-08-10 10:31 ` Philippe Mathieu-Daudé
2023-08-07 9:48 ` [PATCH 2/3] linux-user: cleanup unused linux-user/include/host directories Paolo Bonzini
2023-08-07 16:53 ` Ilya Leoshkevich [this message]
2023-08-07 19:41 ` Paolo Bonzini
2023-08-07 9:48 ` [PATCH 3/3] configure: unify case statements for CPU canonicalization Paolo Bonzini
2023-08-07 13:35 ` Paolo Bonzini
2023-08-07 13:45 ` Peter Maydell
2023-08-07 14:39 ` Paolo Bonzini
2023-08-07 16:13 ` [PATCH 0/3] linux-user, configure: fix " Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6420392676438a75c2696236299d7b31abe12bd0.camel@linux.ibm.com \
--to=iii@linux.ibm.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).