From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqgB7-00050h-1P for qemu-devel@nongnu.org; Mon, 26 Oct 2015 07:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqgB3-0007Ec-R2 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 07:43:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqgB3-0007Dg-Lf for qemu-devel@nongnu.org; Mon, 26 Oct 2015 07:43:01 -0400 Date: Mon, 26 Oct 2015 11:42:55 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20151026114254.GB2500@work-vm> References: <1443515898-3594-1-git-send-email-dgilbert@redhat.com> <1443515898-3594-20-git-send-email-dgilbert@redhat.com> <87fv15vkyk.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fv15vkyk.fsf@neno.neno> Subject: Re: [Qemu-devel] [PATCH v8 19/54] Return path: Control commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: aarcange@redhat.com, liang.z.li@intel.com, qemu-devel@nongnu.org, luis@cs.umu.se, bharata@linux.vnet.ibm.com, amit.shah@redhat.com, pbonzini@redhat.com * Juan Quintela (quintela@redhat.com) wrote: > "Dr. David Alan Gilbert (git)" wrote: > > From: "Dr. David Alan Gilbert" > > > > Add two src->dest commands: > > * OPEN_RETURN_PATH - To request that the destination open the return path > > * PING - Request an acknowledge from the destination > > > > Signed-off-by: Dr. David Alan Gilbert > > Reviewed-by: Amit Shah > > Reviewed-by: Juan Quintela > > > > +void qemu_savevm_send_open_return_path(QEMUFile *f) > > +{ > > + qemu_savevm_command_send(f, MIG_CMD_OPEN_RETURN_PATH, 0, NULL); > > > For consistency, I would have put a > > trace_savevm_send_open_return_path(....) here > > The send in the loadvm path Done. Dave -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK