Re: [Qemu-devel] QEMU_VM_SECTION START/END/PART/FULL
* ali saeedi (ali.saeed...@gmail.com) wrote: > Hi > What are "QEMU_VM_SECTION START/END/PART/FULL" in savevm.c ? > please explain them to me. A QEMU migration stream is a sequence of 'sections'. There are 4 (main) types of section: FULL: The entire contents of a device - that's most cases S
[Qemu-devel] QEMU_VM_SECTION START/END/PART/FULL
Hi What are "QEMU_VM_SECTION START/END/PART/FULL" in savevm.c ? please explain them to me. thanks a lot.