Re: [PATCH] hw/riscv: Add support to change default RISCV hart memory region

2023-01-19 Thread Alistair Francis
On Sun, Dec 11, 2022 at 3:29 PM Vysakh P Pillai wrote: > > Add support to optionally specify a memory region container > to be used to override the default system memory used > by the the RISCV harts when they are realized. Additional > memory regions can be added as sub-regions of this container

Re: [PATCH] hw/riscv: Add support to change default RISCV hart memory region

2022-12-20 Thread Vysakh P Pillai
In the machine model that I am trying to create, there are two CPU clusters. The management cluster has full access to the system resources through a global address space while the application cluster has access to a subset of the resources through a cluster local address space. The current impl

Re: [PATCH] hw/riscv: Add support to change default RISCV hart memory region

2022-12-15 Thread Bin Meng
On Sun, Dec 11, 2022 at 1:29 PM Vysakh P Pillai wrote: > > Add support to optionally specify a memory region container > to be used to override the default system memory used > by the the RISCV harts when they are realized. Additional > memory regions can be added as sub-regions of this container

[PATCH] hw/riscv: Add support to change default RISCV hart memory region

2022-12-10 Thread Vysakh P Pillai
Add support to optionally specify a memory region container to be used to override the default system memory used by the the RISCV harts when they are realized. Additional memory regions can be added as sub-regions of this container to dynamically control the memory regions and mappings visible fro