On 10/12/2024 21.43, Alex Bennée wrote:
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

s/with/when/ ?

step is requested.

Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
  tests/qtest/libqos/virtio.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

With the description fixed:
Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to