Re: [PATCH v1 34/36] target/riscv: Add support for the 32-bit MSTATUSH CSR

2020-01-08 Thread Palmer Dabbelt
On Mon, 09 Dec 2019 10:12:09 PST (-0800), Alistair Francis wrote: Signed-off-by: Alistair Francis --- target/riscv/cpu.c| 6 ++ target/riscv/cpu.h| 7 +++ target/riscv/cpu_bits.h | 3 +++ target/riscv/cpu_helper.c | 7 +++ target/riscv/csr.c| 25 +++

[PATCH v1 34/36] target/riscv: Add support for the 32-bit MSTATUSH CSR

2019-12-09 Thread Alistair Francis
Signed-off-by: Alistair Francis --- target/riscv/cpu.c| 6 ++ target/riscv/cpu.h| 7 +++ target/riscv/cpu_bits.h | 3 +++ target/riscv/cpu_helper.c | 7 +++ target/riscv/csr.c| 25 + target/riscv/op_helper.c | 4 6 files cha