commit | 85500a1aef1cdfb2878d88a3d88db56ad972fb60 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Oct 20 15:03:22 2023 +0200 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Oct 27 12:48:57 2023 +0100 |
tree | 746806705f298dc3bb811d22d46662194649e266 | |
parent | f3205af4c7f29ba4fc0f995d48e450787f93853e [diff] |
hw/sd/pxa2xx: Realize sysbus device before accessing it sysbus_mmio_map() and sysbus_connect_irq() should not be called on unrealized device. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20231020130331.50048-2-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>