]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc/pxa2xx: Pass CPU reference using QOM link property
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Oct 2023 13:03:28 +0000 (15:03 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Oct 2023 11:48:57 +0000 (12:48 +0100)
commitee5c9b5b19af0179d76b7afc8e7b00cedb0e615d
tree7b55c654aa76bd912e79ebb385f7b525e0d34000
parentead17ebf537c6bde0daa19d61a6913b595940e51
hw/intc/pxa2xx: Pass CPU reference using QOM link property

QOM objects shouldn't access each other internals fields
except using the QOM API.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20231020130331.50048-8-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/pxa2xx_pic.c