Re: [Qemu-devel] qemu_savevm_state_begin
* ali saeedi (ali.saeed...@gmail.com) wrote: > Hi > what is the difference between functions "qemu_savevm_state_begin" and > "qemu_savevm_state_header" in migration_thread? qemu_savevm_state_header just saves the file header. qemu_savevm_state_begin iterates through the list of devices calling th
[Qemu-devel] qemu_savevm_state_begin
Hi what is the difference between functions "qemu_savevm_state_begin" and "qemu_savevm_state_header" in migration_thread? thanks a lot