From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ybsij-0000Xv-IN for qemu-devel@nongnu.org; Sat, 28 Mar 2015 11:32:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ybsie-0001wp-KW for qemu-devel@nongnu.org; Sat, 28 Mar 2015 11:32:21 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:33950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ybsie-0001wj-Do for qemu-devel@nongnu.org; Sat, 28 Mar 2015 11:32:16 -0400 Received: by wgbdm7 with SMTP id dm7so21733145wgb.1 for ; Sat, 28 Mar 2015 08:32:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5516C97B.6060308@redhat.com> Date: Sat, 28 Mar 2015 16:32:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1424883128-9841-1-git-send-email-dgilbert@redhat.com> <1424883128-9841-11-git-send-email-dgilbert@redhat.com> In-Reply-To: <1424883128-9841-11-git-send-email-dgilbert@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 10/45] Return path: Control commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org Cc: aarcange@redhat.com, yamahata@private.email.ne.jp, quintela@redhat.com, amit.shah@redhat.com, yanghy@cn.fujitsu.com, david@gibson.dropbear.id.au On 25/02/2015 17:51, Dr. David Alan Gilbert (git) wrote: > > Add two src->dest commands: > * OPEN_RETURN_PATH - To request that the destination open the return path > * SEND_PING - Request an acknowledge from the destination It's just PING, not SEND_PING. Paolo