Home
last modified time | relevance | path

Searched refs:QEMU_VM_SECTION_FULL (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/migration/
H A Dsavevm.h25 #define QEMU_VM_SECTION_FULL 0x04 macro
H A Dsavevm.c989 if (section_type == QEMU_VM_SECTION_FULL || in save_section_header()
1027 save_section_header(f, se, QEMU_VM_SECTION_FULL); in vmstate_save()
2584 bool trace_downtime = (type == QEMU_VM_SECTION_FULL); in qemu_loadvm_section_start_full()
2895 case QEMU_VM_SECTION_FULL: in qemu_loadvm_state_main()
/openbmc/qemu/docs/
H A Dxen-save-devices-state.txt24 8 bit: QEMU_VM_SECTION_FULL
/openbmc/qemu/scripts/
H A Danalyze-migration.py563 QEMU_VM_SECTION_FULL = 0x04 variable in MigrationDump
616 … elif section_type == self.QEMU_VM_SECTION_START or section_type == self.QEMU_VM_SECTION_FULL: