Home
last modified time | relevance | path

Searched refs:qtest_hmp (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c120 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 Dtest-hmp.c82 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 Ddrive_del-test.c92 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 Dnuma-test.c32 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 Dcdrom-test.c103 resp = qtest_hmp(qts, "info block"); in test_cdrom_param()
H A Dlibqtest.h340 char *qtest_hmp(QTestState *s, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
H A Dnetdev-socket.c27 resp = qtest_hmp(q, "info network"); \
H A Dide-test.c747 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 Dlibqtest.c920 char *qtest_hmp(QTestState *s, const char *fmt, ...) in qtest_hmp() function