Searched refs:QEMU_VM_SECTION_FULL (Results 1 – 4 of 4) sorted by relevance
25 #define QEMU_VM_SECTION_FULL 0x04 macro
970 if (section_type == QEMU_VM_SECTION_FULL || in save_section_header()1008 save_section_header(f, se, QEMU_VM_SECTION_FULL); in vmstate_save()2564 bool trace_downtime = (type == QEMU_VM_SECTION_FULL); in qemu_loadvm_section_start_full()2872 case QEMU_VM_SECTION_FULL: in qemu_loadvm_state_main()
24 8 bit: QEMU_VM_SECTION_FULL
619 QEMU_VM_SECTION_FULL = 0x04675 elif section_type == self.QEMU_VM_SECTION_START or section_type == self.QEMU_VM_SECTION_FULL:563 QEMU_VM_SECTION_FULL = 0x04 global() variable in MigrationDump