]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target: Replace DEVICE(object_new) -> qdev_new()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sat, 16 Dec 2023 02:07:33 +0000 (03:07 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Jan 2025 16:06:35 +0000 (17:06 +0100)
commitb708e31185e060dac0fbc1420656f1dc812451eb
treebadd55f0ada441b112da9acaeddcffa108071402
parentf09a8d8dc9687c9ad1a5bae26c8e15516f6798a6
target: Replace DEVICE(object_new) -> qdev_new()

Prefer QDev API for QDev objects, avoid the underlying QOM layer.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20240216110313.17039-8-philmd@linaro.org>
target/mips/cpu.c
target/xtensa/cpu.c