Searched refs:qtest_vqmp (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/qtest/ |
H A D | libqtest-single.h | 66 response = qtest_vqmp(global_qtest, fmt, ap); in qmp()
|
H A D | libqtest.h | 207 QDict *qtest_vqmp(QTestState *s, const char *fmt, va_list ap)
|
H A D | libqtest.c | 802 QDict *qtest_vqmp(QTestState *s, const char *fmt, va_list ap) in qtest_vqmp() function 830 response = qtest_vqmp(s, fmt, ap); in qtest_qmp() 1293 response = qtest_vqmp(qts, fmt, args); in qtest_vqmp_assert_failure_ref() 1315 response = qtest_vqmp(qts, fmt, args); in qtest_vqmp_assert_success_ref()
|