commit | bec4be77ea18feb9d50a6c2ee42b6c3ffe4ae78b | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Oct 18 08:37:06 2023 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Oct 19 23:13:28 2023 +0200 |
tree | 66f87f88c5cf22ebea2f505f23741abecd6c6d66 | |
parent | 0493aafb1abbe6256522c32b5686418b5b192e7e [diff] |
hw/acpi: Realize ACPI_GED 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: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20231018141151.87466-7-philmd@linaro.org>