From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPpkr-0001Dm-2V for qemu-devel@nongnu.org; Wed, 10 Apr 2013 03:47:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPpkq-0000C7-3J for qemu-devel@nongnu.org; Wed, 10 Apr 2013 03:47:40 -0400 Received: from mail-bk0-x235.google.com ([2a00:1450:4008:c01::235]:65088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPpkp-0000Bw-Sd for qemu-devel@nongnu.org; Wed, 10 Apr 2013 03:47:40 -0400 Received: by mail-bk0-f53.google.com with SMTP id e19so66232bku.40 for ; Wed, 10 Apr 2013 00:47:38 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51651915.6080008@redhat.com> Date: Wed, 10 Apr 2013 09:47:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365568180-19593-1-git-send-email-mrhines@linux.vnet.ibm.com> <1365568180-19593-8-git-send-email-mrhines@linux.vnet.ibm.com> In-Reply-To: <1365568180-19593-8-git-send-email-mrhines@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v6: 7/7] introduce qemu_ram_foreach_block() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mrhines@linux.vnet.ibm.com Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com Il 10/04/2013 06:29, mrhines@linux.vnet.ibm.com ha scritto: > From: "Michael R. Hines" > > This is used during RDMA initialization in order to transmit > a description of all the RAM blocks to the peer for later > dynamic chunk registration purposes. why did you move this after patch 5??? Paolo