Searched refs:test_object_available (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | readconfig-test.c | 127 static void test_object_available(QObject *res, const char *name, in test_object_available() function 174 test_object_available(qdict_get(resp, "return"), "rng0", "rng-builtin"); in test_object_rng() 191 test_object_available(qobj, "ehci", "ich9-usb-ehci1"); in test_docs_config_ich9() 192 test_object_available(qobj, "uhci-1", "ich9-usb-uhci1"); in test_docs_config_ich9() 193 test_object_available(qobj, "uhci-2", "ich9-usb-uhci2"); in test_docs_config_ich9() 194 test_object_available(qobj, "uhci-3", "ich9-usb-uhci3"); in test_docs_config_ich9() 287 test_object_available(qobj, devices[i].name, devices[i].type); in test_docs_q35()
|