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

2022-12-10 Thread Vysakh P Pillai
from the hart. Signed-off-by: Vysakh P Pillai --- hw/riscv/riscv_hart.c | 5 + include/hw/riscv/riscv_hart.h | 1 + 2 files changed, 6 insertions(+) diff --git a/hw/riscv/riscv_hart.c b/hw/riscv/riscv_hart.c index 613ea2aaa0..7a8dcab7e7 100644 --- a/hw/riscv/riscv_hart.c +++ b/hw/riscv

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

2022-12-20 Thread Vysakh P Pillai
a capability to dynamically attach and detach sub-regions at runtime.  On Thu, 15 Dec 2022 05:09:53 -0800 bmeng...@gmail.com wrote 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 ove