From: Akihiko Odaki <akihiko.odaki@daynix.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
deller@gmx.de,
"John Paul Adrian Glaubitz" <glaubitz@physik.fu-berlin.de>
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
pbonzini@redhat.com, laurent@vivier.eu, qemu-devel@nongnu.org,
"Richard Henderson" <richard.henderson@linaro.org>,
"Warner Losh" <imp@bsdimp.com>, "Kyle Evans" <kevans@freebsd.org>
Subject: Re: [PATCH] thunk: Delete checks for old host definitions
Date: Fri, 11 Aug 2023 06:29:01 +0900 [thread overview]
Message-ID: <00d65683-47ea-44dc-889b-130cd6d1483e@daynix.com> (raw)
In-Reply-To: <f61ff7ff-44a2-14c3-da08-755c290c75b7@linaro.org>
On 2023/08/10 19:56, Philippe Mathieu-Daudé wrote:
> Helge and myself sometime run the tests on a HPPA host
> (testing the QEMU tools). I guess remember John Paul
> also runs some on Alpha (so Cc'ing him).
>
> Helge, what is your take on this?
This file is only used in userspace emulation so it's not a problem for
Alpha, which does no longer have userspace emulation.
The story is different for HPPA. HPPA has userspace emulation code and
there are also references for HOST_HPPA in coroutine code
(util/async-teardown.c and util/os-posix.c). Probably HPPA support is
broken both for userspace and system emulation. I think it's time to
think of dropping HPPA support for both of userspace and system emulation.
>
> On 8/8/23 17:23, Akihiko Odaki wrote:
>> Alpha, IA-64, and PA-RISC hosts are no longer supported.
>>
>> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
>> ---
>> include/exec/user/thunk.h | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/include/exec/user/thunk.h b/include/exec/user/thunk.h
>> index 300a840d58..d9c131ec80 100644
>> --- a/include/exec/user/thunk.h
>> +++ b/include/exec/user/thunk.h
>> @@ -111,8 +111,7 @@ static inline int thunk_type_size(const argtype
>> *type_ptr, int is_host)
>> if (is_host) {
>> #if defined(HOST_X86_64)
>> return 8;
>> -#elif defined(HOST_ALPHA) || defined(HOST_IA64) || defined(HOST_MIPS)
>> || \
>> - defined(HOST_PARISC) || defined(HOST_SPARC64)
>> +#elif defined(HOST_MIPS) || defined(HOST_SPARC64)
>> return 4;
>> #elif defined(HOST_PPC)
>> return sizeof(void *);
>
next prev parent reply other threads:[~2023-08-10 21:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-08 15:23 [PATCH] thunk: Delete checks for old host definitions Akihiko Odaki
2023-08-08 15:32 ` Peter Maydell
2023-08-10 10:56 ` Philippe Mathieu-Daudé
2023-08-10 21:29 ` Akihiko Odaki [this message]
2023-08-10 21:50 ` Helge Deller
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=00d65683-47ea-44dc-889b-130cd6d1483e@daynix.com \
--to=akihiko.odaki@daynix.com \
--cc=alex.bennee@linaro.org \
--cc=deller@gmx.de \
--cc=glaubitz@physik.fu-berlin.de \
--cc=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=laurent@vivier.eu \
--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).