hw/core: Remove transitional infrastructure from BusClass
commitcb711a6d7f852b6a61b8c83c4538b93c7b91ebe8
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jan 2024 16:35:12 +0000 (19 16:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Feb 2024 13:51:57 +0000 (2 13:51 +0000)
treea639eecad8f991df39c76d055344c22d5c7deced
parent412a91f67c7482408a650bc6580c2c695e71ff44
hw/core: Remove transitional infrastructure from BusClass

BusClass currently has transitional infrastructure to support
subclasses which implement the legacy BusClass::reset method rather
than the Resettable interface.  We have now removed all the users of
BusClass::reset in the tree, so we can remove the transitional
infrastructure.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Cédric Le Goater <clg@redhat.com>
Acked-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Tested-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-id: 20240119163512.3810301-6-peter.maydell@linaro.org
hw/core/bus.c
include/hw/qdev-core.h