Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-xs-node.c319 GString *qemu_watches = g_string_new(NULL); in test_xs_node_simple() local
335 watch_cb, qemu_watches); in test_xs_node_simple()
337 g_assert(qemu_watches->len == strlen("/local/domain/1/someqemuwatch")); in test_xs_node_simple()
338 g_assert(!strcmp(qemu_watches->str, "/local/domain/1/someqemuwatch")); in test_xs_node_simple()
339 g_string_truncate(qemu_watches, 0); in test_xs_node_simple()
352 g_assert(!strcmp(qemu_watches->str, in test_xs_node_simple()
355 g_string_truncate(qemu_watches, 0); in test_xs_node_simple()
372 g_assert(!qemu_watches->len); in test_xs_node_simple()
389 g_assert(!qemu_watches->len); in test_xs_node_simple()
398 g_assert(!qemu_watches->len); in test_xs_node_simple()
[all …]