Re: [Qemu-devel] [PATCH v2 12/21] RISC-V HART Array
On Wed, 10 Jan 2018 15:46:31 -0800 Michael Clark wrote: > Holds the state of a heterogenous array of RISC-V hardware threads. > > Signed-off-by: Michael Clark > --- > hw/riscv/riscv_hart.c | 95 > +++ > include/hw/riscv/riscv_hart.h | 45 +++
[Qemu-devel] [PATCH v2 12/21] RISC-V HART Array
Holds the state of a heterogenous array of RISC-V hardware threads. Signed-off-by: Michael Clark --- hw/riscv/riscv_hart.c | 95 +++ include/hw/riscv/riscv_hart.h | 45 2 files changed, 140 insertions(+) create mode 100644 hw/