[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] qemu_savevm_state_header(s->to_dst_file)
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [Qemu-devel] qemu_savevm_state_header(s->to_dst_file) |
Date: |
Thu, 27 Apr 2017 11:21:10 +0100 |
User-agent: |
Mutt/1.8.0 (2017-02-23) |
* ali saeedi (address@hidden) 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 'to_dst_file' and that's normally
a socket connected to the destination.
Dave
> thanks alot
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK