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

2020-06-16 Thread Alistair Francis
On Mon, Jun 15, 2020 at 8:23 PM 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 also

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

2020-06-15 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, N