Re: [PATCH for-8.0 8/9] qdev: Remove qdev_reset_all() and qbus_reset_all()

2022-11-04 Thread Philippe Mathieu-Daudé
On 4/11/22 17:15, Peter Maydell wrote: Remove the qdev_reset_all() and qbus_reset_all() functions, now we have moved all the callers over to the new device_cold_reset() and bus_cold_reset() functions. Signed-off-by: Peter Maydell --- include/hw/qdev-core.h | 26 hw/core/

[PATCH for-8.0 8/9] qdev: Remove qdev_reset_all() and qbus_reset_all()

2022-11-04 Thread Peter Maydell
Remove the qdev_reset_all() and qbus_reset_all() functions, now we have moved all the callers over to the new device_cold_reset() and bus_cold_reset() functions. Signed-off-by: Peter Maydell --- include/hw/qdev-core.h | 26 hw/core/qdev.c | 54 ---