Searched refs:QEMU_VM_SECTION_START (Results 1 – 3 of 3) sorted by relevance
22 #define QEMU_VM_SECTION_START 0x01 macro
971 section_type == QEMU_VM_SECTION_START) { in save_section_header()1325 save_section_header(f, se, QEMU_VM_SECTION_START); in qemu_savevm_state_setup()2871 case QEMU_VM_SECTION_START: in qemu_loadvm_state_main()
616 QEMU_VM_SECTION_START = 0x01 variable in MigrationDump675 … elif section_type == self.QEMU_VM_SECTION_START or section_type == self.QEMU_VM_SECTION_FULL: