From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnI3H-0001ec-VX for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:17:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnI3G-0001de-72 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:16:59 -0400 Received: from [199.232.76.173] (port=34969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnI3F-0001dW-BZ for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:16:57 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:34586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnI3F-0005hk-6n for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:16:57 -0400 Received: by gxk12 with SMTP id 12so7692470gxk.10 for ; Tue, 07 Oct 2008 12:16:56 -0700 (PDT) Message-ID: <48EBB5A5.5050803@codemonkey.ws> Date: Tue, 07 Oct 2008 14:16:53 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] Add spare checker support to the build system References: <48EB2FDF.8030603@redhat.com> In-Reply-To: <48EB2FDF.8030603@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gerd Hoffmann wrote: > Hi, > > This adds support for running the sparse checker during the build > process. Left it off by default for now, build becomes very noisy with > sparse checking turned on as it has to complain alot (partly even in the > system headers!). The qemu code base needs quite some cleanups before > we should consider turning it on by default. > Applied. Thanks. You're missing a help description for --enable-sparse. Could you please send a new patch adding that? Regards, Anthony Liguori > please apply, > Gerd >