Re: [PATCH] linux-user/riscv: Add Zicboz extensions to hwprobe

2023-11-23 Thread Christoph Müllner
On Thu, Nov 23, 2023 at 7:01 PM Christoph Muellner wrote: > > From: Christoph Müllner > > Upstream Linux recently added RISC-V Zicboz support to the hwprobe API. > This patch introduces this for QEMU's user space emulator. > > Signed-off-by: Christoph Müllner > --- > linux-user/syscall.c | 3 ++

[PATCH] linux-user/riscv: Add Zicboz extensions to hwprobe

2023-11-23 Thread Christoph Muellner
From: Christoph Müllner Upstream Linux recently added RISC-V Zicboz support to the hwprobe API. This patch introduces this for QEMU's user space emulator. Signed-off-by: Christoph Müllner --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/lin