Re: [PATCH v4 28/32] hw/arm/virt: Minor code reshuffling in create_acpi_ged

2025-06-30 Thread Jonathan Cameron via
On Fri, 27 Jun 2025 11:55:17 +0200 Eric Auger wrote: > Use a local SysBusDevice handle. Also use the newly introduced > sysbus_mmio_map_name which brings better readability about the region > being mapped. GED device has regions which exist depending on some > external properties and it becomes d

[PATCH v4 28/32] hw/arm/virt: Minor code reshuffling in create_acpi_ged

2025-06-27 Thread Eric Auger
Use a local SysBusDevice handle. Also use the newly introduced sysbus_mmio_map_name which brings better readability about the region being mapped. GED device has regions which exist depending on some external properties and it becomes difficult to guess the index of a region. Better refer to a regi