hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
commite29c4cb05ed9858f408db6b8fa775bc76f27a541
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 18 Oct 2023 07:49:06 +0000 (18 09:49 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Oct 2023 12:46:07 +0000 (20 14:46 +0200)
tree9582a87d1b7f0286cc31719ace183c2280cfcb1c
parent59561e827b9c5a13bdf5e099ee2b045c8144b0c2
hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()

In order to make the next commit trivial, move sysbus_init_mmio()
calls just before the corresponding sysbus_mmio_map() calls.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20231019131647.19690-4-philmd@linaro.org>
hw/ppc/pnv.c
hw/ppc/pnv_xscom.c
include/hw/ppc/pnv_xscom.h