Home | History | Annotate | Download | only in qemu

Lines Matching full:section_id

731     int section_id;
760 se->section_id = global_section_id++;
832 qemu_put_be32(f, se->section_id);
862 qemu_put_be32(f, se->section_id);
886 qemu_put_be32(f, se->section_id);
899 qemu_put_be32(f, se->section_id);
966 int section_id;
1030 uint32_t instance_id, version_id, section_id;
1040 section_id = qemu_get_be32(f);
1067 le->section_id = section_id;
1076 section_id = qemu_get_be32(f);
1078 for (le = first_le; le && le->section_id != section_id; le = le->next);
1080 fprintf(stderr, "Unknown savevm section %d\n", section_id);