Lines Matching refs:qemu_file_get_error
74 g_assert(!qemu_file_get_error(f)); in save_vmstate()
93 g_assert(!qemu_file_get_error(f)); in compare_vmstate()
101 g_assert_cmpint(qemu_file_get_error(f), ==, -EIO); in compare_vmstate()
119 g_assert(qemu_file_get_error(f)); in load_vmstate_one()
121 g_assert(!qemu_file_get_error(f)); in load_vmstate_one()
369 g_assert(!qemu_file_get_error(loading)); in test_load_v1()
433 g_assert(!qemu_file_get_error(fsave)); in test_save_noskip()
455 g_assert(!qemu_file_get_error(fsave)); in test_save_skip()
484 g_assert(!qemu_file_get_error(loading)); in test_load_noskip()
508 g_assert(!qemu_file_get_error(loading)); in test_load_skip()
769 g_assert(!qemu_file_get_error(fsave)); in test_load_q()
778 g_assert(!qemu_file_get_error(fload)); in test_load_q()
1125 g_assert(!qemu_file_get_error(fsave)); in test_gtree_load_domain()
1132 g_assert(!qemu_file_get_error(fload)); in test_gtree_load_domain()
1240 g_assert(!qemu_file_get_error(fsave)); in test_gtree_load_iommu()
1246 g_assert(!qemu_file_get_error(fload)); in test_gtree_load_iommu()
1375 g_assert(!qemu_file_get_error(fsave)); in test_load_qlist()
1381 g_assert(!qemu_file_get_error(fload)); in test_load_qlist()