Searched refs:section_type (Results 1 – 1 of 1) sorted by relevance
1098 uint8_t section_type; in qemu_loadvm_state() local1117 while ((section_type = qemu_get_byte(f)) != QEMU_VM_EOF) { in qemu_loadvm_state()1124 switch (section_type) { in qemu_loadvm_state()1180 fprintf(stderr, "Unknown savevm section type %d\n", section_type); in qemu_loadvm_state()