On 20/12/21 09:10, Thomas Huth wrote:
Devices might not always be compiled into the QEMU target binaries.
We already have the libqos framework that is good for handling such
situations, but some of the qtests are not a real good fit for the
libqos framework. Let's add a qtest_has_device() function for such
tests instead.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  tests/qtest/libqos/libqtest.h |  8 +++++++
  tests/qtest/libqtest.c        | 44 +++++++++++++++++++++++++++++++++++
  2 files changed, 52 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Reply via email to