Re: [PATCH v2] util: Delete checks for old host definitions

2023-09-09 Thread Richard Henderson
On 9/2/23 22:53, Akihiko Odaki wrote: Hi, Can anyone have look at this? I also have another patch similar but for thunk. It was reviewed but no one has made a pull request yet: https://patchew.org/QEMU/20230808152314.102036-1-akihiko.od...@daynix.com/ Queued this one to tcg-next also. r~

Re: [PATCH v2] util: Delete checks for old host definitions

2023-09-09 Thread Richard Henderson
On 8/10/23 15:59, Akihiko Odaki wrote: IA-64 and PA-RISC host support is already removed with commit b1cef6d02f("Drop remaining bits of ia64 host support"). Signed-off-by: Akihiko Odaki --- util/async-teardown.c | 3 --- util/oslib-posix.c| 14 ++ 2 files changed, 2 insertio

Re: [PATCH v2] util: Delete checks for old host definitions

2023-09-02 Thread Akihiko Odaki
Hi, Can anyone have look at this? I also have another patch similar but for thunk. It was reviewed but no one has made a pull request yet: https://patchew.org/QEMU/20230808152314.102036-1-akihiko.od...@daynix.com/ Regards, Akihiko Odaki On 2023/08/11 7:59, Akihiko Odaki wrote: IA-64 and PA-

[PATCH v2] util: Delete checks for old host definitions

2023-08-10 Thread Akihiko Odaki
IA-64 and PA-RISC host support is already removed with commit b1cef6d02f("Drop remaining bits of ia64 host support"). Signed-off-by: Akihiko Odaki --- util/async-teardown.c | 3 --- util/oslib-posix.c| 14 ++ 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/util/a