Searched refs:fload (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-vmstate.c | 811 QEMUFile *fload = open_test_file(false); 815 ret = vmstate_load_state(fload, &vmstate_q, &tgt, 1, &local_err); 819 char eof = qemu_get_byte(fload); 820 g_assert(!qemu_file_get_error(fload)); 851 qemu_fclose(fload); 1164 QEMUFile *fload, *fsave; 1172 fload = open_test_file(false); 1174 ret = vmstate_load_state(fload, &vmstate_domain, dest_domain, 1, 1179 eof = qemu_get_byte(fload); 1180 g_assert(!qemu_file_get_error(fload)); 772 QEMUFile *fload = open_test_file(false); test_load_q() local 1120 QEMUFile *fload, *fsave; test_gtree_load_domain() local 1235 QEMUFile *fsave, *fload; test_gtree_load_iommu() local 1366 QEMUFile *fsave, *fload; test_load_qlist() local [all...] |