Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-vmstate.c1368 TestQListContainer *dest_container = g_new0(TestQListContainer, 1); in test_load_qlist() local
1371 QLIST_INIT(&dest_container->list); in test_load_qlist()
1379 vmstate_load_state(fload, &vmstate_container, dest_container, 1); in test_load_qlist()
1384 manipulate_container(dest_container); in test_load_qlist()
1385 compare_containers(orig_container, dest_container); in test_load_qlist()
1387 free_container(dest_container); in test_load_qlist()