Re: [PATCH] thunk: Delete checks for old host definitions

2023-08-10 Thread Helge Deller
On 8/10/23 23:29, Akihiko Odaki wrote: On 2023/08/10 19:56, Philippe Mathieu-Daudé wrote: Helge and myself sometime run the tests on a HPPA host I think we mix up HOST and TARGET here I run HPPA target (=guest) on x86-64 host. That means, both qemu-hppa-user and qemu-hppa-system does run f

Re: [PATCH] thunk: Delete checks for old host definitions

2023-08-10 Thread Akihiko Odaki
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

Re: [PATCH] thunk: Delete checks for old host definitions

2023-08-10 Thread Philippe Mathieu-Daudé
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: A

Re: [PATCH] thunk: Delete checks for old host definitions

2023-08-08 Thread Peter Maydell
On Tue, 8 Aug 2023 at 16:23, Akihiko Odaki wrote: > > Alpha, IA-64, and PA-RISC hosts are no longer supported. > > Signed-off-by: Akihiko Odaki > --- > include/exec/user/thunk.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/include/exec/user/thunk.h b/include/exec/us

[PATCH] thunk: Delete checks for old host definitions

2023-08-08 Thread Akihiko Odaki
Alpha, IA-64, and PA-RISC hosts are no longer supported. Signed-off-by: Akihiko Odaki --- 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/u