From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPvdE-0007jC-Bz for qemu-devel@nongnu.org; Wed, 10 Apr 2013 10:04:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPvdB-0002jf-Mm for qemu-devel@nongnu.org; Wed, 10 Apr 2013 10:04:12 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:58352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPvdB-0002ja-Il for qemu-devel@nongnu.org; Wed, 10 Apr 2013 10:04:09 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Apr 2013 10:04:08 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 5923438C8079 for ; Wed, 10 Apr 2013 10:03:59 -0400 (EDT) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3AE3rPg23396408 for ; Wed, 10 Apr 2013 10:03:53 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3AE6VwD025052 for ; Wed, 10 Apr 2013 08:06:31 -0600 Message-ID: <5165713F.6000206@linux.vnet.ibm.com> Date: Wed, 10 Apr 2013 10:03:43 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1365568180-19593-1-git-send-email-mrhines@linux.vnet.ibm.com> <1365568180-19593-5-git-send-email-mrhines@linux.vnet.ibm.com> <516519CA.4090809@redhat.com> <51655C62.2030508@linux.vnet.ibm.com> <51655DB4.3070600@redhat.com> <516564D6.7040006@linux.vnet.ibm.com> <51656572.9010102@redhat.com> In-Reply-To: <51656572.9010102@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v6: 4/7] Introduce two new capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini 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 On 04/10/2013 09:13 AM, Paolo Bonzini wrote: > Il 10/04/2013 15:10, Michael R. Hines ha scritto: >> >> Also about qemu_ram_foreach_block: Why does this depend on patch 5, >> exactly? Understood - I will move the patch up in the series and make it more clear.