Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c202 g_autofree char *qom_tree_end = NULL; in test_device_intro_none() local
209 qom_tree_end = qtest_hmp(qts, "info qom-tree"); in test_device_intro_none()
210 g_assert_cmpstr(qom_tree_start, ==, qom_tree_end); in test_device_intro_none()
221 g_autofree char *qom_tree_end = NULL; in test_device_intro_abstract() local
228 qom_tree_end = qtest_hmp(qts, "info qom-tree"); in test_device_intro_abstract()
229 g_assert_cmpstr(qom_tree_start, ==, qom_tree_end); in test_device_intro_abstract()
243 g_autofree char *qom_tree_end = NULL; in test_device_intro_concrete() local
261 qom_tree_end = qtest_hmp(qts, "info qom-tree"); in test_device_intro_concrete()
262 g_assert_cmpstr(qom_tree_start, ==, qom_tree_end); in test_device_intro_concrete()