From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7502-0001dc-RQ for qemu-devel@nongnu.org; Tue, 05 Apr 2011 08:04:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7501-00032Y-CO for qemu-devel@nongnu.org; Tue, 05 Apr 2011 08:04:46 -0400 Received: from ipmail05.adl6.internode.on.net ([150.101.137.143]:12415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7500-0002yi-Vb for qemu-devel@nongnu.org; Tue, 05 Apr 2011 08:04:45 -0400 From: Brad Hards Subject: Re: [Qemu-devel] KVM call agenda for April 05 Date: Tue, 5 Apr 2011 22:04:34 +1000 References: <201104051944.42609.bradh@frogmouth.net> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104052204.34606.bradh@frogmouth.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Alexander Graf On Tue, 5 Apr 2011 08:53:21 pm Stefan Hajnoczi wrote: > scripts/checkpatch.pl is mentioned in CODING_STYLE. I have a git-hook > to automatically run it: > http://blog.vmsplice.net/2011/03/how-to-automatically-run-checkpatchpl.html > > That hook is just a personal tool I use. It is not required but we > could document it more prominently for people getting set up with QEMU > development. Thanks. Added to http://wiki.qemu.org/Documentation/GettingStartedDevelopers#Code along with some other notes from this thread. Brad