Re: [PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests

2025-01-07 Thread Fabiano Rosas
Alex Bennée 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. > > We still do timeout processing to handle th

[PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests

2025-01-07 Thread Alex Bennée
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. We still do timeout processing to handle the fact the target QEMU may not be