Re: [PATCH v2 0/5] RISC-V: Convert the CSR access functions to use

2021-04-07 Thread Alistair Francis
On Thu, Apr 1, 2021 at 11:19 AM Alistair Francis wrote: > > V2: > - Renmae the enum > - Rebase on master > - Fix a few incorrect returns > > Alistair Francis (5): > target/riscv: Convert the RISC-V exceptions to an enum > target/riscv: Use the RISCVException enum for CSR predica

[PATCH v2 0/5] RISC-V: Convert the CSR access functions to use

2021-04-01 Thread Alistair Francis
V2: - Renmae the enum - Rebase on master - Fix a few incorrect returns Alistair Francis (5): target/riscv: Convert the RISC-V exceptions to an enum target/riscv: Use the RISCVException enum for CSR predicates target/riscv: Fix 32-bit HS mode access permissions target/riscv: