From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUxIa-00072n-VK for qemu-devel@nongnu.org; Wed, 13 Jan 2010 02:05:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUxIV-00070Q-0Q for qemu-devel@nongnu.org; Wed, 13 Jan 2010 02:05:47 -0500 Received: from [199.232.76.173] (port=47477 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUxIU-00070L-Q0 for qemu-devel@nongnu.org; Wed, 13 Jan 2010 02:05:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11747) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUxIU-0001II-72 for qemu-devel@nongnu.org; Wed, 13 Jan 2010 02:05:42 -0500 Date: Wed, 13 Jan 2010 12:34:22 +0530 From: Amit Shah Subject: Re: [Qemu-devel] Static analysis using clang on the x86_64 target Message-ID: <20100113070422.GE31063@amit-x200.redhat.com> References: <20100112181307.GD19438@amit-x200.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org On (Tue) Jan 12 2010 [22:01:15], malc wrote: > > Both audio.c issues are wrong, dma/sb16 is of useless operation variety > nevertheless the "fix" is pushed, hopefuly clang shouldn't complain about > them anymore. Yes, the count went down to 95 from 98 after your commits. There are a few false positives; I think clang is right in reporting them and also that we can't really elegantly make those reports disappear. Amit