Home
last modified time | relevance | path

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

/qemu/migration/
H A Dsavevm.c212 int section_id; member
986 qemu_put_be32(f, se->section_id); in save_section_header()
1008 qemu_put_be32(f, se->section_id); in save_section_footer()
1476 qemu_put_be32(f, se->section_id); in qemu_savevm_state_complete_postcopy()
2591 section_id = qemu_get_be32(f); in qemu_loadvm_section_start_full()
2594 section_id); in qemu_loadvm_section_start_full()
2626 se->load_section_id = section_id; in qemu_loadvm_section_start_full()
2664 uint32_t section_id; in qemu_loadvm_section_part_end() local
2668 section_id = qemu_get_be32(f); in qemu_loadvm_section_part_end()
2679 if (se->load_section_id == section_id) { in qemu_loadvm_section_part_end()
[all …]
H A Dtrace-events6 qemu_loadvm_state_section_partend(uint32_t section_id) "%u"
8 qemu_loadvm_state_section_startfull(uint32_t section_id, const char *idstr, uint32_t instance_id, u…
32 savevm_section_start(const char *id, unsigned int section_id) "%s, section_id %u"
33 savevm_section_end(const char *id, unsigned int section_id, int ret) "%s, section_id %u -> %d"
34 savevm_section_skip(const char *id, unsigned int section_id) "%s, section_id %u"
/qemu/hw/ppc/
H A Dspapr_events.c114 uint16_t section_id; member
517 maina->hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_MAINA); in spapr_init_maina()
563 mainb->hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_MAINB); in spapr_powerdown_req()
570 epow->hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_EPOW); in spapr_powerdown_req()
616 mainb->hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_MAINB); in spapr_hotplug_req_event()
622 hp->hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_HOTPLUG); in spapr_hotplug_req_event()
826 ext_elog->mc.hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_MC); in spapr_mce_dispatch_elog()
/qemu/scripts/
H A Danalyze-migration.py617 section_id = file.read32()
624 self.sections[section_id] = section
627 section_id = file.read32()
628 self.sections[section_id].read()
631 if read_section_id != section_id:
632 … raise Exception("Mismatched section footer: %x vs %x" % (read_section_id, section_id))
/qemu/docs/sphinx/
H A Dhxtool.py158 section_id = 'hxtool-%d' % env.new_serialno('hxtool')
159 current_node = nodes.section(ids=[section_id])
/qemu/docs/
H A Dxen-save-devices-state.txt25 32 bit big endian: section_id
/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst360 uint16_t section_id; /* set to SECTION_ID_HOTPLUG */