]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/virt: Realize ARM_GICV2M sysbus device before accessing it
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 18 Oct 2023 06:16:31 +0000 (08:16 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Oct 2023 12:46:07 +0000 (14:46 +0200)
commitc85b843d177e48bb5367946ac6731073d32f831e
tree406155c882093fc38f3b8d9d9ded8512e76807f9
parent74b253585de2def439cc400bc699b37de3e20727
hw/arm/virt: Realize ARM_GICV2M 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>
Message-Id: <20231018141151.87466-8-philmd@linaro.org>
hw/arm/virt.c