Re: [PATCH] tcg/riscv: Fix building on OpenBSD/riscv64

2024-06-27 Thread Richard Henderson
On 6/26/24 21:27, Brad Smith wrote: tcg/riscv: Fix building on OpenBSD/riscv64 Use ucontext_t/struct sigcontext member name from machine/signal.h instead of Linux specific name. Signed-off-by: Brad Smith --- tcg/riscv/tcg-target.c.inc | 5 + 1 file changed, 5 insertions(+) Thanks. I'

Re: [PATCH] tcg/riscv: Fix building on OpenBSD/riscv64

2024-06-26 Thread Daniel Henrique Barboza
On 6/26/24 4:09 AM, Brad Smith wrote: tcg/riscv: Fix building on OpenBSD/riscv64 Signed-off-by: Brad Smith --- Please add in the commit msg a short description on the problem you're facing in the OpenBSD build and how this change fixes it. We want to keep a history on this kind of OS speci