tests/qtest: don't attempt to clock_step while waiting for virtio ISR
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 7 Feb 2025 15:30:57 +0000 (15:30 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Feb 2025 13:47:58 +0000 (13:47 +0000)
commit059d06c8a84352a64da963fbe70b978e3f225af0
tree917893836b1e857a824c199954ee11a59d5e527e
parent0fa0b5edaaa84a967f96c62f38ddd2d5c08a975a
tests/qtest: don't attempt to clock_step while waiting for virtio ISR

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.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250207153112.3939799-3-alex.bennee@linaro.org>
tests/qtest/libqos/virtio-pci-modern.c
tests/qtest/libqos/virtio-pci.c