Alex Bennée <alex.ben...@linaro.org> writes: > In the qtest environment time will not step forward if the system is > paused (timers disabled) or we have no timer events to fire. As a > result VirtIO events are responded to directly and we don't need to > step time forward. > > Potentially the clock_step calls could be removed all together but as > we may implement async behaviour later lets just move them to after > the principle check for now. > > Future qtest patches will assert that time actually changes with a > step is requested. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Reviewed-by: Fabiano Rosas <faro...@suse.de>