Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c318 GString *guest_watches = g_string_new(NULL); in test_xs_node_simple() local
328 watch_cb, guest_watches); in test_xs_node_simple()
330 g_assert(guest_watches->len == strlen("someguestwatch")); in test_xs_node_simple()
331 g_assert(!strcmp(guest_watches->str, "someguestwatch")); in test_xs_node_simple()
332 g_string_truncate(guest_watches, 0); in test_xs_node_simple()
350 g_assert(!strcmp(guest_watches->str, in test_xs_node_simple()
356 g_string_truncate(guest_watches, 0); in test_xs_node_simple()
373 g_assert(!guest_watches->len); in test_xs_node_simple()
390 g_assert(!strcmp(guest_watches->str, "some/relative/path2guestwatch")); in test_xs_node_simple()
391 g_string_truncate(guest_watches, 0); in test_xs_node_simple()
[all …]