Home
last modified time | relevance | path

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

/external/qemu/
Dsavevm.c1015 uint8_t section_type; in qemu_loadvm_state() local
1029 while ((section_type = qemu_get_byte(f)) != QEMU_VM_EOF) { in qemu_loadvm_state()
1036 switch (section_type) { in qemu_loadvm_state()
1088 fprintf(stderr, "Unknown savevm section type %d\n", section_type); in qemu_loadvm_state()