Re: [RFC] linux-user/riscv: Add syscall riscv_hwprobe

2023-06-01 Thread Robbin Ehn
On Thu, 2023-06-01 at 08:15 -0700, Richard Henderson wrote: > On 6/1/23 05:27, Robbin Ehn wrote: > > This patch adds the new syscall for the > > "RISC-V Hardware Probing Interface" > > (https://docs.kernel.org/riscv/hwprobe.html). > > > > Signed-off-by: Robbin Ehn > > --- > > linux-headers/asm-

Re: [RFC] linux-user/riscv: Add syscall riscv_hwprobe

2023-06-01 Thread Richard Henderson
On 6/1/23 05:27, Robbin Ehn wrote: This patch adds the new syscall for the "RISC-V Hardware Probing Interface" (https://docs.kernel.org/riscv/hwprobe.html). Signed-off-by: Robbin Ehn --- linux-headers/asm-riscv/unistd.h | 9 +++ linux-user/riscv/cpu_loop.c | 119 ++

[RFC] linux-user/riscv: Add syscall riscv_hwprobe

2023-06-01 Thread Robbin Ehn
This patch adds the new syscall for the "RISC-V Hardware Probing Interface" (https://docs.kernel.org/riscv/hwprobe.html). Signed-off-by: Robbin Ehn --- linux-headers/asm-riscv/unistd.h | 9 +++ linux-user/riscv/cpu_loop.c | 119 ++- linux-user/riscv/syscall32_n