From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH] kvm tools: Add memory gap for larger RAM sizes Date: Wed, 11 May 2011 13:18:13 +0200 Message-ID: <20110511111813.GE18521@elte.hu> References: <1305109881-11189-1-git-send-email-levinsasha928@gmail.com> <20110511111358.GC18521@elte.hu> <4DCA6FD8.107@cs.helsinki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sasha Levin , asias.hejun@gmail.com, prasadjoshi124@gmail.com, avi@redhat.com, gorcunov@gmail.com, kvm@vger.kernel.org To: Pekka Enberg Return-path: Received: from fallback.mail.elte.hu ([157.181.151.13]:48802 "EHLO fallback.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754226Ab1EKQCT (ORCPT ); Wed, 11 May 2011 12:02:19 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]) by fallback.mail.elte.hu with esmtp (Exim) id 1QK7X8-0004Zp-9l from for ; Wed, 11 May 2011 13:24:50 +0200 Content-Disposition: inline In-Reply-To: <4DCA6FD8.107@cs.helsinki.fi> Sender: kvm-owner@vger.kernel.org List-ID: * Pekka Enberg wrote: > On 5/11/11 2:13 PM, Ingo Molnar wrote: > >Btw., could we please also stop using 'self' for function parameters? It's > >utterly meaningless as a name and makes grepping pretty hard. > > I blame perf! But sure we can do that. The blame is well put - we eliminated almost all instances of 'self' from perf, but somewhat sadly not all of them. This was a brief infection perf caught - but it's highly contagious it appears! Thanks, Ingo