From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtO76-0000H0-8o for qemu-devel@nongnu.org; Wed, 18 Dec 2013 15:53:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtO6x-0005yX-4y for qemu-devel@nongnu.org; Wed, 18 Dec 2013 15:53:04 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:35459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtO6w-0005yR-Vl for qemu-devel@nongnu.org; Wed, 18 Dec 2013 15:52:55 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 18 Dec 2013 15:52:54 -0500 Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 9C24F6E8040 for ; Wed, 18 Dec 2013 15:52:49 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by b01cxnp23032.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id rBIKqq8337880040 for ; Wed, 18 Dec 2013 20:52:52 GMT Received: from d01av03.pok.ibm.com (localhost [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id rBIKqpiN020372 for ; Wed, 18 Dec 2013 15:52:52 -0500 Message-ID: <52B20B23.3060409@linux.vnet.ibm.com> Date: Thu, 19 Dec 2013 04:52:51 +0800 From: "Michael R. Hines" MIME-Version: 1.0 References: <1387345437-19430-1-git-send-email-mrhines@linux.vnet.ibm.com> <52B1A86E.9040608@redhat.com> In-Reply-To: <52B1A86E.9040608@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 resend] rdma: rename 'x-rdma' => 'rdma' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: quintela@redhat.com, abali@us.ibm.com, qemu-devel@nongnu.org, owasserm@redhat.com, onom@us.ibm.com, hinesmr@cn.ibm.com, "Michael R. Hines" , gokul@us.ibm.com, pbonzini@redhat.com, chegu_vinod@hp.com On 12/18/2013 09:51 PM, Eric Blake wrote: > On 12/17/2013 10:43 PM, mrhines@linux.vnet.ibm.com wrote: >> From: "Michael R. Hines" >> >> As far as we can tell, all known bugs have been fixed: >> >> 1. Parallel migrations are working >> 2. IPv6 migration is working >> 3. virt-test is working >> >> +++ b/qapi-schema.json >> @@ -671,10 +671,9 @@ >> # This feature allows us to minimize migration traffic for certain work >> # loads, by sending compressed difference of the pages >> # >> -# @x-rdma-pin-all: Controls whether or not the entire VM memory footprint is >> +# @rdma-pin-all: Controls whether or not the entire VM memory footprint is >> # mlock()'d on demand or all at once. Refer to docs/rdma.txt for usage. >> -# Disabled by default. Experimental: may (or may not) be renamed after >> -# further testing is complete. (since 1.6) >> +# Disabled by default. (since 1.7) > Alas, we missed 1.7. This should now read 'since 2.0'. > Thanks, Eric. - Michael