On 3/3/26 23:21, Bernhard Beschow wrote:
SerialMM inherits from SysBusDevice and exposes the memory region by
means of sysbus_mmio_get_region(). Use that in order to avoid accessing
implementation details of SerialMM.
Signed-off-by: Bernhard Beschow <[email protected]>
Reviewed-by: Jamin Lin <[email protected]>
---
hw/arm/aspeed_ast27x0-ssp.c | 7 ++++---
hw/arm/aspeed_ast27x0-tsp.c | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>