RE: [PATCH v6 5/5] hw/riscv: virt: Allow creating multiple NUMA sockets

2020-06-25 Thread Anup Patel
> Subject: Re: [PATCH v6 5/5] hw/riscv: virt: Allow creating multiple NUMA > sockets > > On Fri, Jun 19, 2020 at 8:14 PM Anup Patel wrote: > > > > On Sat, Jun 20, 2020 at 2:44 AM Alistair Francis > wrote: > > > > > > On Wed, Jun 17, 2020 at 8:48 PM An

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

2020-06-25 Thread Alistair Francis
On Fri, Jun 19, 2020 at 8:14 PM Anup Patel wrote: > > On Sat, Jun 20, 2020 at 2:44 AM Alistair Francis wrote: > > > > On Wed, Jun 17, 2020 at 8:48 PM Anup Patel wrote: > > > > > > On Thu, Jun 18, 2020 at 7:15 AM Alistair Francis > > > wrote: > > > > > > > > On Mon, Jun 15, 2020 at 8:24 PM Anup

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

2020-06-19 Thread Anup Patel
On Sat, Jun 20, 2020 at 2:44 AM Alistair Francis wrote: > > On Wed, Jun 17, 2020 at 8:48 PM Anup Patel wrote: > > > > On Thu, Jun 18, 2020 at 7:15 AM Alistair Francis > > wrote: > > > > > > On Mon, Jun 15, 2020 at 8:24 PM Anup Patel wrote: > > > > > > > > We extend RISC-V virt machine to allow

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

2020-06-19 Thread Alistair Francis
On Wed, Jun 17, 2020 at 8:48 PM Anup Patel wrote: > > On Thu, Jun 18, 2020 at 7:15 AM Alistair Francis wrote: > > > > On Mon, Jun 15, 2020 at 8:24 PM Anup Patel wrote: > > > > > > We extend RISC-V virt machine to allow creating a multi-socket > > > machine. Each RISC-V virt machine socket is a N

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

2020-06-17 Thread Anup Patel
On Thu, Jun 18, 2020 at 7:15 AM Alistair Francis wrote: > > On Mon, Jun 15, 2020 at 8:24 PM Anup Patel wrote: > > > > We extend RISC-V virt machine to allow creating a multi-socket > > machine. Each RISC-V virt machine socket is a NUMA node having > > a set of HARTs, a memory instance, a CLINT in

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

2020-06-17 Thread Anup Patel
On Thu, Jun 18, 2020 at 7:15 AM Alistair Francis wrote: > > On Mon, Jun 15, 2020 at 8:24 PM Anup Patel wrote: > > > > We extend RISC-V virt machine to allow creating a multi-socket > > machine. Each RISC-V virt machine socket is a NUMA node having > > a set of HARTs, a memory instance, a CLINT in

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

2020-06-17 Thread Anup Patel
On Thu, Jun 18, 2020 at 7:15 AM Alistair Francis wrote: > > On Mon, Jun 15, 2020 at 8:24 PM Anup Patel wrote: > > > > We extend RISC-V virt machine to allow creating a multi-socket > > machine. Each RISC-V virt machine socket is a NUMA node having > > a set of HARTs, a memory instance, a CLINT in

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

2020-06-17 Thread Alistair Francis
On Mon, Jun 15, 2020 at 8:24 PM Anup Patel wrote: > > We extend RISC-V virt machine to allow creating a multi-socket > machine. Each RISC-V virt machine socket is a NUMA node having > a set of HARTs, a memory instance, a CLINT instance, and a PLIC > instance. Other devices are shared between all s

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

2020-06-16 Thread Alistair Francis
On Mon, Jun 15, 2020 at 8:24 PM Anup Patel wrote: > > We extend RISC-V virt machine to allow creating a multi-socket > machine. Each RISC-V virt machine socket is a NUMA node having > a set of HARTs, a memory instance, a CLINT instance, and a PLIC > instance. Other devices are shared between all s

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

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