Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dsavevm.h22 #define QEMU_VM_SECTION_START 0x01 macro
H A Dsavevm.c990 section_type == QEMU_VM_SECTION_START) { in save_section_header()
1344 save_section_header(f, se, QEMU_VM_SECTION_START); in qemu_savevm_state_setup()
2894 case QEMU_VM_SECTION_START: in qemu_loadvm_state_main()
/openbmc/qemu/scripts/
H A Danalyze-migration.py560 QEMU_VM_SECTION_START = 0x01 variable in MigrationDump
616 … elif section_type == self.QEMU_VM_SECTION_START or section_type == self.QEMU_VM_SECTION_FULL: