Re: [Qemu-devel] qemu_savevm_state_header(s->to_dst_file)

2017-04-27 Thread Dr. David Alan Gilbert
* ali saeedi (ali.saeed...@gmail.com) wrote: > Hi > does 'qemu_savevm_state_header(s->to_dst_file)' function in migration.c > only stores header in qemu file and does not send it to destination? if it > sends to destination which function does that? No, it saves it on the file descriptor

[Qemu-devel] qemu_savevm_state_header(s->to_dst_file)

2017-04-27 Thread ali saeedi
Hi does 'qemu_savevm_state_header(s->to_dst_file)' function in migration.c only stores header in qemu file and does not send it to destination? if it sends to destination which function does that? thanks alot

Re: [Qemu-devel] qemu_savevm_state_header()

2017-04-04 Thread Dr. David Alan Gilbert
* ali saeedi (ali.saeed...@gmail.com) wrote: > Hi > I am new in qemu vm live migration. what does 'qemu_savevm_state_header()' > fuction do? It stores the header that goes at the beginning of the migration stream. Dave > thanks -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

[Qemu-devel] qemu_savevm_state_header()

2017-04-04 Thread ali saeedi
Hi I am new in qemu vm live migration. what does 'qemu_savevm_state_header()' fuction do? thanks