commit | 217ceefee0dad668fe1557131c30be66c97ea699 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Oct 20 15:03:24 2023 +0200 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Oct 27 12:48:57 2023 +0100 |
tree | a087301fc7d596cb35e6170c6ea4f9fc0609f1f7 | |
parent | d8239c475b9aed7984b3c01942b08c03b469ee8e [diff] |
hw/pcmcia/pxa2xx: Realize sysbus device before accessing it sysbus_mmio_map() 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-4-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>