From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOWfQ-0002Pf-S8 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 13:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOWfJ-000708-Tt for qemu-devel@nongnu.org; Tue, 24 Sep 2013 13:44:56 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:56297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOWfJ-0006zj-O2 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 13:44:49 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 24 Sep 2013 13:44:46 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id E7534C900A1 for ; Tue, 24 Sep 2013 13:44:40 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by b01cxnp22034.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8OHif6862980142 for ; Tue, 24 Sep 2013 17:44:41 GMT Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r8OHie6B018646 for ; Tue, 24 Sep 2013 13:44:40 -0400 Message-ID: <5241CF86.4020708@linux.vnet.ibm.com> Date: Tue, 24 Sep 2013 13:44:38 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <5d53d839653bf4fd24d5cb56f6d24d3dc3f8f8a5.1378261891.git.yamahata@private.email.ne.jp> <5239B8A3.10305@linux.vnet.ibm.com> <20130920075546.GP16551@valinux.co.jp> <523C5779.4010309@linux.vnet.ibm.com> <87wqm6p462.fsf@elfo.elfo> <5241CA14.3010300@linux.vnet.ibm.com> <87siwup1c4.fsf@elfo.elfo> In-Reply-To: <87siwup1c4.fsf@elfo.elfo> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] rdma: constify ram_chunk_{index, start, end} List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: Isaku Yamahata , owasserm@redhat.com, qemu-devel@nongnu.org, mrhines@us.ibm.com, pbonzini@redhat.com On 09/24/2013 01:38 PM, Juan Quintela wrote: > "Michael R. Hines" wrote: >> On 09/24/2013 12:36 PM, Juan Quintela wrote: >>> "Michael R. Hines" wrote: >>>> On 09/20/2013 03:55 AM, Isaku Yamahata wrote: >>>>> On Wed, Sep 18, 2013 at 10:28:51AM -0400, Michael R. Hines wrote: >>>>>> On 09/03/2013 10:32 PM, Isaku Yamahata wrote: >>>>>>> Signed-off-by: Isaku Yamahata >>>> There's no need to rebase against github or track my branches. >>>> >>>> Just use qemu.org master. >>> Michael, I sent this on my pull request (it was trivial enough). >>> How do you want to track migration-rdma patches? Should they pass >>> through you, or should I pick them depending on your Ack/Nack? >>> >>> Later, Juan. >>> >> That's a good question - as I'm also new to the maintenance process, >> what would you recommend? >> >> I will definitely be contributing/monitoring/reviewing the RDMA code >> for the forseeable future.... > I integrate it, and in migration-rdma.c, I wait for your nack/ack. > what do you think? > > Later, Juan. > Sounds like a plan. Thank you =) - Michael