From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3gY0-0002N6-36 for qemu-devel@nongnu.org; Thu, 27 Apr 2017 06:21:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3gXz-0004lQ-Ao for qemu-devel@nongnu.org; Thu, 27 Apr 2017 06:21:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35184) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d3gXz-0004kk-45 for qemu-devel@nongnu.org; Thu, 27 Apr 2017 06:21:15 -0400 Date: Thu, 27 Apr 2017 11:21:10 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20170427102110.GB2082@work-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] qemu_savevm_state_header(s->to_dst_file) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ali saeedi Cc: qemu-devel@nongnu.org * 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