Re: [PATCH 03/10] hw/riscv/virt: Add memmap pointer to RiscVVirtState

2023-02-08 Thread Alistair Francis
On Thu, Feb 2, 2023 at 2:54 PM Sunil V L wrote: > > memmap needs to be exported outside of virt.c so that > modules like acpi can use it. Hence, add a pointer field > in RiscVVirtState structure and initialize it with the > memorymap. > > Signed-off-by: Sunil V L Acked-by: Alistair Francis Ali

Re: [PATCH 03/10] hw/riscv/virt: Add memmap pointer to RiscVVirtState

2023-02-06 Thread Bin Meng
On Thu, Feb 2, 2023 at 12:54 PM Sunil V L wrote: > > memmap needs to be exported outside of virt.c so that > modules like acpi can use it. Hence, add a pointer field > in RiscVVirtState structure and initialize it with the > memorymap. > > Signed-off-by: Sunil V L > --- > hw/riscv/virt.c

[PATCH 03/10] hw/riscv/virt: Add memmap pointer to RiscVVirtState

2023-02-01 Thread Sunil V L
memmap needs to be exported outside of virt.c so that modules like acpi can use it. Hence, add a pointer field in RiscVVirtState structure and initialize it with the memorymap. Signed-off-by: Sunil V L --- hw/riscv/virt.c | 2 ++ include/hw/riscv/virt.h | 1 + 2 files changed, 3 insertio