Re: [Qemu-devel] QEMU_VM_SECTION START/END/PART/FULL

2017-05-04 Thread Dr. David Alan Gilbert
* 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

2017-05-04 Thread ali saeedi
Hi What are "QEMU_VM_SECTION START/END/PART/FULL" in savevm.c ? please explain them to me. thanks a lot.