hw: Remove device_class_set_parent_reset()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Sep 2024 14:31:43 +0000 (15:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Sep 2024 14:31:43 +0000 (15:31 +0100)
commit5313a0a41eedb5f5b0145657fb3aad516e5216f2
tree837a1551730f2e793427653f71b34c3d694e8f89
parentcf7f61d13f28f32d0b14abb70ce1bd9e41623b2e
hw: Remove device_class_set_parent_reset()

There are no callers of device_class_set_parent_reset() left in the tree,
as they've all been converted to use three-phase reset and the
corresponding resettable_class_set_parent_phases() function.
Remove device_class_set_parent_reset().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240830145812.1967042-5-peter.maydell@linaro.org
hw/core/qdev.c
include/hw/qdev-core.h