]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 18 Oct 2023 05:53:30 +0000 (07:53 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 19 Oct 2023 21:13:28 +0000 (23:13 +0200)
commite061eed80263a3de929871098f01bd28fb758dfb
treef9c03e7fb2aca9ab6749e16abe9ca38997c43751
parentbf3b9754b7cd8ae493b186e8da2ab8d6d7145c77
hw/intc/spapr_xive: Move sysbus_init_mmio() calls around

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-7-philmd@linaro.org>
hw/intc/spapr_xive.c