Searched refs:qtest_hmp (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | device-introspect-test.c | 120 help = qtest_hmp(qts, "device_add \"%s,help\"", escaped); in test_one_device() 136 help = qtest_hmp(qts, "device_add help"); in test_device_intro_list() 201 g_autofree char *qom_tree_start = qtest_hmp(qts, "info qom-tree"); in test_device_intro_none() 203 g_autofree char *qtree_start = qtest_hmp(qts, "info qtree"); in test_device_intro_none() 209 qom_tree_end = qtest_hmp(qts, "info qom-tree"); in test_device_intro_none() 211 qtree_end = qtest_hmp(qts, "info qtree"); in test_device_intro_none() 220 g_autofree char *qom_tree_start = qtest_hmp(qts, "info qom-tree"); in test_device_intro_abstract() 222 g_autofree char *qtree_start = qtest_hmp(qts, "info qtree"); in test_device_intro_abstract() 228 qom_tree_end = qtest_hmp(qts, "info qom-tree"); in test_device_intro_abstract() 230 qtree_end = qtest_hmp(qts, "info qtree"); in test_device_intro_abstract() [all …]
|
H A D | test-hmp.c | 82 response = qtest_hmp(qts, "%s", hmp_cmds[i]); in test_commands() 99 info_buf = info = qtest_hmp(qts, "help info"); in test_info_commands() 111 resp = qtest_hmp(qts, "%s", info); in test_info_commands()
|
H A D | drive_del-test.c | 92 char *resp = qtest_hmp(qts, "drive_add 0 if=none,id=drive0"); in drive_add() 101 char *resp = qtest_hmp(qts, in drive_add_with_media() 115 resp = qtest_hmp(qts, "drive_del drive0"); in drive_del()
|
H A D | numa-test.c | 32 s = qtest_hmp(qts, "info numa"); in test_mon_explicit() 49 s = qtest_hmp(qts, "info numa"); in test_def_cpu_split() 67 s = qtest_hmp(qts, "info numa"); in test_mon_partial()
|
H A D | cdrom-test.c | 103 resp = qtest_hmp(qts, "info block"); in test_cdrom_param()
|
H A D | libqtest.h | 340 char *qtest_hmp(QTestState *s, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
H A D | netdev-socket.c | 27 resp = qtest_hmp(q, "info network"); \
|
H A D | ide-test.c | 747 g_free(qtest_hmp(qts, "qemu-io ide0-hd0 \"break flush_to_os A\"")); in test_flush() 759 g_free(qtest_hmp(qts, "qemu-io ide0-hd0 \"resume A\"")); in test_flush()
|
H A D | libqtest.c | 920 char *qtest_hmp(QTestState *s, const char *fmt, ...) in qtest_hmp() function
|