On Fri, 19 Jan 2024 16:35:11 +0000 Peter Maydell <peter.mayd...@linaro.org> wrote:
> Switch the s390x virtual-css bus from using BusClass::reset to the > Resettable interface. > > This has no behavioural change, because the BusClass code to support > subclasses that use the legacy BusClass::reset will call that method > in the hold phase of 3-phase reset. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> Reviewed-by: Halil Pasic <pa...@linux.ibm.com>