From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrfaT-00016T-FZ for qemu-devel@nongnu.org; Thu, 29 Oct 2015 01:17:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrfaO-0008HU-Fs for qemu-devel@nongnu.org; Thu, 29 Oct 2015 01:17:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrfaO-0008HQ-Av for qemu-devel@nongnu.org; Thu, 29 Oct 2015 01:17:16 -0400 Date: Thu, 29 Oct 2015 10:47:09 +0530 From: Amit Shah Message-ID: <20151029051709.GH7673@grmbl.mre> References: <1443515898-3594-1-git-send-email-dgilbert@redhat.com> <1443515898-3594-39-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443515898-3594-39-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH v8 38/54] Page request: Add MIG_RP_MSG_REQ_PAGES reverse command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: aarcange@redhat.com, quintela@redhat.com, liang.z.li@intel.com, qemu-devel@nongnu.org, luis@cs.umu.se, bharata@linux.vnet.ibm.com, pbonzini@redhat.com On (Tue) 29 Sep 2015 [09:38:02], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add MIG_RP_MSG_REQ_PAGES command on Return path for the postcopy > destination to request a page from the source. > > Two versions exist: > MIG_RP_MSG_REQ_PAGES_ID that includes a RAMBlock name and start/len > MIG_RP_MSG_REQ_PAGES that just has start/len for use with the same > RAMBlock as a previous MIG_RP_MSG_REQ_PAGES_ID > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit