Searched defs:qtest (Results 1 – 8 of 8) sorted by relevance
18 static void wait_device_deleted_event(QTestState *qtest, const char *id) in wait_device_deleted_event()44 static void process_device_remove(QTestState *qtest, const char *id) in process_device_remove()58 QTestState *qtest; in test_pci_unplug_request() local81 QTestState *qtest; in test_q35_pci_unplug_request() local100 QTestState *qtest; in test_pci_unplug_json_request() local124 QTestState *qtest; in test_q35_pci_unplug_json_request() local150 QTestState *qtest; in test_ccw_unplug() local167 QTestState *qtest; in test_spapr_cpu_unplug_request() local180 QTestState *qtest; in test_spapr_memory_unplug_request() local194 QTestState *qtest; in test_spapr_phb_unplug_request() local
56 QTestState *qtest; member262 QTestState *qtest; in test_geometry() local582 QTestState *qtest; in test_cfi_in_autoselect() local
71 static void system_reset(QTestState *qtest) in system_reset()
1 .. _qtest: target
9 subdir('qtest') subdir
88 subdir('qtest') subdir
182 def qtest(self, cmd: str) -> str: member in QEMUQtestMachine
54 static QTest *qtest; variable