Re: [PATCH 1/4] tests/qtest: Add a function that checks whether a device is available

2022-01-11 Thread Philippe Mathieu-Daudé
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()

[PATCH 1/4] tests/qtest: Add a function that checks whether a device is available

2021-12-20 Thread Thomas Huth
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.