Re: [PATCH v3 01/12] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location

2023-10-23 Thread Andrew Jones
On Thu, Oct 19, 2023 at 06:56:37PM +0530, Sunil V L wrote: > RISC-V also needs to use the same code to create fw_cfg in DSDT. So, avoid > code duplication by moving the code in arm and riscv to a device specific > file. > > Suggested-by: Igor Mammedov > Signed-off-by: Sunil V L > Reviewed-by: Al

[PATCH v3 01/12] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location

2023-10-19 Thread Sunil V L
RISC-V also needs to use the same code to create fw_cfg in DSDT. So, avoid code duplication by moving the code in arm and riscv to a device specific file. Suggested-by: Igor Mammedov Signed-off-by: Sunil V L Reviewed-by: Alistair Francis --- hw/arm/virt-acpi-build.c | 19 ++--