From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2jvP-00011L-35 for qemu-devel@nongnu.org; Thu, 03 Jul 2014 12:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2jv2-0000GI-Ow for qemu-devel@nongnu.org; Thu, 03 Jul 2014 12:31:55 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:50441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2jv2-0000FK-KC for qemu-devel@nongnu.org; Thu, 03 Jul 2014 12:31:32 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Jul 2014 12:31:30 -0400 Date: Thu, 3 Jul 2014 09:31:21 -0700 From: Nishanth Aravamudan Message-ID: <20140703163121.GE29053@linux.vnet.ibm.com> References: <20140701201108.GA21770@linux.vnet.ibm.com> <20140703070310.GC20607@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140703070310.GC20607@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/2] Rename nb_numa_nodes to num_numa_nodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Eduardo Habkost , Alexey Kardashevskiy , Hu Tao , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Anton Blanchard , David Rientjes , Igor Mammedov On 03.07.2014 [10:03:10 +0300], Michael S. Tsirkin wrote: > On Tue, Jul 01, 2014 at 01:11:08PM -0700, Nishanth Aravamudan wrote: > > As suggested by Eduardo Habkost, rename nb_numa_nodes to num_numa_nodes > > throughout the code, as that reflects the use of the variable more > > clearly. > > > > Signed-off-by: Nishanth Aravamudan > > So far so good but we are past soft freeze. So please keep reposting as > RFC to avoid noise, and repost without RFC tag after 2.1 is out. So sorry about that! Will keep RFC for the next post. Thanks, Nish