hw/isa: Realize ISA bridge device before accessing it
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 18 Oct 2023 12:41:33 +0000 (14:41 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 19 Oct 2023 21:13:28 +0000 (23:13 +0200)
commit675d717b9ee2d8dea9cfdca9aa69ed97d8bc54d3
treee68cca66b002815129dbc633719bd22600a5e230
parent8a89bb060765e26e0f0d55a495caf3c0fd8615ba
hw/isa: Realize ISA bridge device before accessing it

qbus_new() should not be called on unrealized device.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20231019071611.98885-9-philmd@linaro.org>
hw/isa/isa-bus.c