Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dsavevm.c245 int section_id; member
815 se->section_id = savevm_state.global_section_id++; in register_savevm_live()
910 se->section_id = savevm_state.global_section_id++; in vmstate_register_with_alias_id()
1001 qemu_put_be32(f, se->section_id); in save_section_header()
1023 qemu_put_be32(f, se->section_id); in save_section_footer()
1036 trace_savevm_section_skip(se->idstr, se->section_id); in vmstate_save()
1040 trace_savevm_section_start(se->idstr, se->section_id); in vmstate_save()
1059 trace_savevm_section_end(se->idstr, se->section_id, 0); in vmstate_save()
1459 trace_savevm_section_start(se->idstr, se->section_id); in qemu_savevm_state_iterate()
1464 trace_savevm_section_end(se->idstr, se->section_id, ret); in qemu_savevm_state_iterate()
[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"
/openbmc/qemu/docs/sphinx/
H A Dhxtool.py152 section_id = 'hxtool-%d' % env.new_serialno('hxtool')
153 current_node = nodes.section(ids=[section_id])
/openbmc/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()
825 ext_elog->mc.hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_MC); in spapr_mce_dispatch_elog()
/openbmc/qemu/scripts/
H A Danalyze-migration.py678 section_id = file.read32()
685 self.sections[section_id] = section
688 section_id = file.read32()
689 self.sections[section_id].read()
701 if read_section_id != section_id:
702 … raise Exception("Mismatched section footer: %x vs %x" % (read_section_id, section_id))
/openbmc/qemu/docs/
H A Dxen-save-devices-state.txt25 32 bit big endian: section_id
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_fru.h613 static const char *section_id[4] = { variable
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst360 uint16_t section_id; /* set to SECTION_ID_HOTPLUG */
/openbmc/ipmitool/lib/
H A Dipmi_fru.c315 strncpy((char *)p_new->blocId, section_id[i], sizeof(p_new->blocId)); in build_fru_bloc()