On 19.01.2024 17:35, Peter Maydell wrote:
Switch vmbus 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 <[email protected]> ---
Acked-by: Maciej S. Szmigiero <[email protected]> Thanks, Maciej
