Searched refs:section_id (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/migration/ |
| H A D | savevm.c | 245 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 D | trace-events | 6 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 D | hxtool.py | 152 section_id = 'hxtool-%d' % env.new_serialno('hxtool') 153 current_node = nodes.section(ids=[section_id])
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_events.c | 114 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 D | analyze-migration.py | 678 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 D | xen-save-devices-state.txt | 25 32 bit big endian: section_id
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_fru.h | 613 static const char *section_id[4] = { variable
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-hotplug.rst | 360 uint16_t section_id; /* set to SECTION_ID_HOTPLUG */
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_fru.c | 315 strncpy((char *)p_new->blocId, section_id[i], sizeof(p_new->blocId)); in build_fru_bloc()
|