Re: [PATCH 0/3] util: Add cpuinfo support for riscv

2024-07-02 Thread Richard Henderson
Ping, particularly from the riscv folk. I'm keen to get on Brad's *BSD patches in my next PR. r~ On 6/27/24 11:03, Richard Henderson wrote: Do cpu feature detection in util, like other hosts. Support the OpenBSD ucontext_t. Support the Linux __riscv_hwprobe syscall. r~ Richard Henderson (3):

[PATCH 0/3] util: Add cpuinfo support for riscv

2024-06-27 Thread Richard Henderson
Do cpu feature detection in util, like other hosts. Support the OpenBSD ucontext_t. Support the Linux __riscv_hwprobe syscall. r~ Richard Henderson (3): util/cpuinfo-riscv: Support host/cpuinfo.h for riscv util/cpuinfo-riscv: Support OpenBSD signal frame util/cpuinfo-riscv: Use linux __risc