Re: [PATCH] Support for the RISCV Zalasr extension

2023-10-27 Thread Palmer Dabbelt
On Thu, 26 Oct 2023 16:03:28 PDT (-0700), turt...@utexas.edu wrote: From 4af1fca6e5c99578a5b80b834c22b70f6419639f Mon Sep 17 00:00:00 2001 From: Brendan Sweeney Date: Thu, 26 Oct 2023 17:01:29 -0500 Subject: [PATCH] Support for the RISCV Zalasr extension This doesn't have a commit body

[PATCH] Support for the RISCV Zalasr extension

2023-10-26 Thread Brendan Sweeney
>From 4af1fca6e5c99578a5b80b834c22b70f6419639f Mon Sep 17 00:00:00 2001 From: Brendan Sweeney Date: Thu, 26 Oct 2023 17:01:29 -0500 Subject: [PATCH] Support for the RISCV Zalasr extension Signed-off-by: Brendan Sweeney --- target/riscv/cpu.c | 2 + target/riscv/cpu_cfg.h | 1 + target/ri