Searched refs:QEMU_VM_EOF (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 73 qemu_put_byte(f, QEMU_VM_EOF); in save_vmstate() 245 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ 311 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ 362 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_v1() 388 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_v2() 477 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_noskip() 501 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ in test_load_skip() 556 QEMU_VM_EOF 589 QEMU_VM_EOF 717 QEMU_VM_EOF, /* just to ensure we won't get EOF reported prematurely */ [all …]
|
/openbmc/qemu/migration/ |
H A D | savevm.h | 21 #define QEMU_VM_EOF 0x00 macro
|
H A D | savevm.c | 1469 qemu_put_byte(f, QEMU_VM_EOF); in qemu_savevm_state_complete_postcopy() 1564 qemu_put_byte(f, QEMU_VM_EOF); in qemu_savevm_state_complete_precopy_non_iterable() 1743 qemu_put_byte(f, QEMU_VM_EOF); in qemu_savevm_live_state() 1772 qemu_put_byte(f, QEMU_VM_EOF); in qemu_save_device_state() 2892 case QEMU_VM_EOF: in qemu_loadvm_state_main()
|
/openbmc/qemu/docs/ |
H A D | xen-save-devices-state.txt | 33 8 bit: QEMU_VM_EOF
|
/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 615 QEMU_VM_EOF = 0x00 variable in MigrationDump 668 if section_type == self.QEMU_VM_EOF:
|