Re: [PATCH v5 4/5] hw/riscv: spike: Allow creating multiple NUMA sockets

2020-06-12 Thread Atish Patra
On Fri, May 29, 2020 at 4:48 AM Anup Patel wrote: > > We extend RISC-V spike machine to allow creating a multi-socket > machine. Each RISC-V spike machine socket is a NUMA node having > a set of HARTs, a memory instance, and a CLINT instance. Other > devices are shared between all sockets. We

[PATCH v5 4/5] hw/riscv: spike: Allow creating multiple NUMA sockets

2020-05-29 Thread Anup Patel
We extend RISC-V spike machine to allow creating a multi-socket machine. Each RISC-V spike machine socket is a NUMA node having a set of HARTs, a memory instance, and a CLINT instance. Other devices are shared between all sockets. We also update the generated device tree accordingly. By default,