|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [PATCH 0/4] tests/qtest: Check for devices and machines before adding tests |
| Date: | Tue, 11 Jan 2022 23:23:51 +0100 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 |
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 to check whether a device is available in the target binary or not, so that tests can be run or skipped accordingly (also adding some additional checks for the availability of machines in the target binaries).
What happens if a device or machine is inadvertently removed from the build? We won't notice it directly anymore, right?
| [Prev in Thread] | Current Thread | [Next in Thread] |