All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] qemu_savevm_state_header(s->to_dst_file)
@ 2017-04-27  9:08 ali saeedi
  2017-04-27 10:21 ` Dr. David Alan Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: ali saeedi @ 2017-04-27  9:08 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] qemu_savevm_state_header(s->to_dst_file)
  2017-04-27  9:08 [Qemu-devel] qemu_savevm_state_header(s->to_dst_file) ali saeedi
@ 2017-04-27 10:21 ` Dr. David Alan Gilbert
  0 siblings, 0 replies; 2+ messages in thread
From: Dr. David Alan Gilbert @ 2017-04-27 10:21 UTC (permalink / raw)
  To: ali saeedi; +Cc: qemu-devel

* ali saeedi (ali.saeedi56@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 'to_dst_file' and that's normally
a socket connected to the destination.

Dave

> thanks alot
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-27 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27  9:08 [Qemu-devel] qemu_savevm_state_header(s->to_dst_file) ali saeedi
2017-04-27 10:21 ` Dr. David Alan Gilbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.