Re: [Qemu-devel] qemu_savevm_state_begin

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

2017-05-06 Thread ali saeedi
Hi what is the difference between functions "qemu_savevm_state_begin" and "qemu_savevm_state_header" in migration_thread? thanks a lot