hw/i386/q35: Use DEVICE() cast macro with PCIDevice object
commit1a8e2f58c5dd721086284f827326b370d19ad9eb
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Feb 2024 05:53:40 +0000 (13 06:53 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 15:58:46 +0000 (15 16:58 +0100)
treecdadf00df4ff45377e30ca795af00dff20813a0a
parent88ad980c0fa8fa47c844f4d8c09fdbcc5d3c8c1d
hw/i386/q35: Use DEVICE() cast macro with PCIDevice object

QDev API provides the DEVICE() macro to access the
'qdev' parent field of the PCIDevice structure.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240213081201.78951-2-philmd@linaro.org>
hw/i386/pc_q35.c