]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 18 Oct 2023 06:20:43 +0000 (08:20 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 19 Oct 2023 21:13:28 +0000 (23:13 +0200)
commitd71af7c83eb4a6adbaf3ce0afba1d3dfbf4a6e2c
treec26d5fa7f6bddd93bb26eb74eec745b1e12b33a3
parenta540087f608f1996e3581ddb39456be23db577a8
hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize

In order to make the next commit trivial, move the sysbus_init_mmio()
call in allwinner_r40_dramc_init() just before the corresponding
sysbus_mmio_map_overlap() call in allwinner_r40_dramc_realize().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231019071611.98885-4-philmd@linaro.org>
hw/misc/allwinner-r40-dramc.c