On 07/02/2025 16.30, Alex Bennée wrote:
This replicates the changes from 92cb8f8bf6 (tests/qtest: remove
clock_steps from virtio tests) as there are no timers in the virtio
code. We still busy wait and timeout though.

Signed-off-by: Alex Bennée <alex.ben...@linaro.org>

---
v2
   - fix trailing space
---
  tests/qtest/libqos/virtio-pci-modern.c | 6 ++----
  tests/qtest/libqos/virtio-pci.c        | 6 ++----
  2 files changed, 4 insertions(+), 8 deletions(-)

I wonder whether a usleep(10000) in the loop might help to avoid burning too much CPU time in there?

Anyway,
Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to