Re: [PATCH v1 04/36] target/riscv: Add the Hypervisor CSRs to CPUState

2020-01-07 Thread Palmer Dabbelt
On Mon, 09 Dec 2019 10:10:50 PST (-0800), Alistair Francis wrote: Add the Hypervisor CSRs to CPUState and at the same time (to avoid bisect issues) update the CSR macros for the v0.5 Hyp spec. Signed-off-by: Alistair Francis --- target/riscv/cpu.h | 21 + target/riscv/

[PATCH v1 04/36] target/riscv: Add the Hypervisor CSRs to CPUState

2019-12-09 Thread Alistair Francis
Add the Hypervisor CSRs to CPUState and at the same time (to avoid bisect issues) update the CSR macros for the v0.5 Hyp spec. Signed-off-by: Alistair Francis --- target/riscv/cpu.h | 21 + target/riscv/cpu_bits.h | 34 +- target/riscv/gdb