qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thunk: Delete checks for old host definitions
@ 2023-08-08 15:23 Akihiko Odaki
  2023-08-08 15:32 ` Peter Maydell
  2023-08-10 10:56 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 5+ messages in thread
From: Akihiko Odaki @ 2023-08-08 15:23 UTC (permalink / raw)
  Cc: Alex Bennée, pbonzini, philmd, laurent, deller, qemu-devel,
	Richard Henderson, Warner Losh, Kyle Evans, Akihiko Odaki

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-10 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-08-10 21:50     ` Helge Deller

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).