qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: 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>,
	"Akihiko Odaki" <akihiko.odaki@daynix.com>,
	"Kyle Evans" <kevans@freebsd.org>
Subject: Re: [PATCH] thunk: Delete checks for old host definitions
Date: Thu, 10 Aug 2023 12:56:24 +0200	[thread overview]
Message-ID: <f61ff7ff-44a2-14c3-da08-755c290c75b7@linaro.org> (raw)
In-Reply-To: <20230808152314.102036-1-akihiko.odaki@daynix.com>

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?

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 *);



  parent reply	other threads:[~2023-08-10 10:56 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é [this message]
2023-08-10 21:29   ` Akihiko Odaki
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=f61ff7ff-44a2-14c3-da08-755c290c75b7@linaro.org \
    --to=philmd@linaro.org \
    --cc=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=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).