Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c201 g_autofree char *qom_tree_start = qtest_hmp(qts, "info qom-tree"); in test_device_intro_none() local
210 g_assert_cmpstr(qom_tree_start, ==, qom_tree_end); in test_device_intro_none()
220 g_autofree char *qom_tree_start = qtest_hmp(qts, "info qom-tree"); in test_device_intro_abstract() local
229 g_assert_cmpstr(qom_tree_start, ==, qom_tree_end); in test_device_intro_abstract()
242 g_autofree char *qom_tree_start = qtest_hmp(qts, "info qom-tree"); in test_device_intro_concrete() local
262 g_assert_cmpstr(qom_tree_start, ==, qom_tree_end); in test_device_intro_concrete()