On 18/10/2023 15.30, Philippe Mathieu-Daudé wrote:
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é <phi...@linaro.org> --- hw/intc/spapr_xive.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>