Re: [PATCH 0/4] tests/qtest: Check for devices and machines before adding tests

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. This patch series adds a new function

[PATCH 0/4] tests/qtest: Check for devices and machines before adding tests

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. This patch series adds a new function to check whether a device is available