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

2024-02-07 Thread Christoph Müllner
On Wed, Dec 6, 2023 at 1:57 AM Alistair Francis wrote: > > On Mon, Nov 27, 2023 at 12:37 AM 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. >

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

2023-12-05 Thread Alistair Francis
On Mon, Nov 27, 2023 at 12:37 AM 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 Thanks! Applied to riscv-to-apply

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

2023-11-26 Thread Andrew Jones
On Fri, Nov 24, 2023 at 06:41:25PM +0100, Christoph Müllner wrote: > On Fri, Nov 24, 2023 at 5:59 PM Andrew Jones wrote: > > > > On Thu, Nov 23, 2023 at 07:12:59PM +0100, Christoph Muellner wrote: > > > From: Christoph Müllner > > > > > > Upstream Linux recently added RISC-V Zicboz support to the

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

2023-11-24 Thread Christoph Müllner
On Fri, Nov 24, 2023 at 5:59 PM Andrew Jones wrote: > > On Thu, Nov 23, 2023 at 07:12:59PM +0100, 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. >

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

2023-11-24 Thread Andrew Jones
On Thu, Nov 23, 2023 at 07:12:59PM +0100, 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

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

2023-11-23 Thread Daniel Henrique Barboza
On 11/23/23 15:12, 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 --- Reviewed-by: Daniel Henrique Barboza linux-use

[PATCH v2] 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