Lines Matching full:devices
231 static void test_docs_q35(const char *input_file, struct device *devices) in test_docs_q35() argument
240 /* Check that all the devices are available in the QEMU binary */ in test_docs_q35()
241 for (i = 0; devices[i].name; i++) { in test_docs_q35()
242 if (!qtest_has_device(devices[i].type)) { in test_docs_q35()
243 g_test_skip("one of the required devices is not available"); in test_docs_q35()
285 /* Check that all the devices have been created */ in test_docs_q35()
286 for (i = 0; devices[i].name; i++) { in test_docs_q35()
287 test_object_available(qobj, devices[i].name, devices[i].type); in test_docs_q35()
308 struct device devices[] = { in test_docs_q35_emulated() local
331 test_docs_q35("docs/config/q35-emulated.cfg", devices); in test_docs_q35_emulated()
336 struct device devices[] = { in test_docs_q35_virtio_graphical() local
357 test_docs_q35("docs/config/q35-virtio-graphical.cfg", devices); in test_docs_q35_virtio_graphical()
362 struct device devices[] = { in test_docs_q35_virtio_serial() local
378 test_docs_q35("docs/config/q35-virtio-serial.cfg", devices); in test_docs_q35_virtio_serial()