Re: [PATCH for-9.2 03/10] hw: Remove device_class_set_parent_reset()

2024-08-26 Thread Philippe Mathieu-Daudé
On 13/8/24 18:52, Peter Maydell wrote: 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: Pete

Re: [PATCH for-9.2 03/10] hw: Remove device_class_set_parent_reset()

2024-08-13 Thread Richard Henderson
On 8/14/24 02:52, Peter Maydell wrote: 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: Pete

[PATCH for-9.2 03/10] hw: Remove device_class_set_parent_reset()

2024-08-13 Thread Peter Maydell
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 --- include/hw/qdev-core.h |