]> git.proxmox.com Git - mirror_qemu.git/commit
qdev: Remove qdev_reset_all() and qbus_reset_all()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Dec 2022 15:55:27 +0000 (15:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Dec 2022 15:55:32 +0000 (15:55 +0000)
commite5e887c73b2201d80aff6780a8908ec0e86d7407
tree15502a410cb3803ab659010c13f3869c125b3613
parentdfa6ba6baeebe25e3299c050e20a5a6755888cbf
qdev: Remove qdev_reset_all() and qbus_reset_all()

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 <peter.maydell@linaro.org>
hw/core/qdev.c
hw/core/trace-events
include/hw/qdev-core.h