From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLDdC-0006RW-Lq for qemu-devel@nongnu.org; Tue, 10 Feb 2015 11:25:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLDd5-0004Mi-2v for qemu-devel@nongnu.org; Tue, 10 Feb 2015 11:25:45 -0500 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:61487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLDd4-0004MT-LL for qemu-devel@nongnu.org; Tue, 10 Feb 2015 11:25:38 -0500 Received: by mail-wg0-f41.google.com with SMTP id b13so14589264wgh.0 for ; Tue, 10 Feb 2015 08:25:38 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54DA30FE.9040309@redhat.com> Date: Tue, 10 Feb 2015 17:25:34 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1423153463-26494-1-git-send-email-armbru@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/4] coverity: Improve and extend model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Markus Armbruster Cc: QEMU Developers On 05/02/2015 18:11, Peter Maydell wrote: > On 5 February 2015 at 16:24, Markus Armbruster wrote: >> The following changes since commit ec6f25e788ef57ce1e9f734984ef8885172fd9e2: >> >> Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into staging (2015-02-03 21:37:16 +0000) >> >> are available in the git repository at: >> >> >> git://repo.or.cz/qemu/armbru.git tags/pull-cov-model-2015-02-05 >> >> for you to fetch changes up to 8c413e7902ef0c19ced516f575db989ccc3785f8: >> >> MAINTAINERS: Add myself as Coverity model maintainer (2015-02-05 17:16:14 +0100) >> >> ---------------------------------------------------------------- >> coverity: Improve and extend model >> >> ---------------------------------------------------------------- > > Applied, thanks. > > -- PMM > > It seems like Coverity Scan doesn't like the new model. Possibly the fault of the third patch. Will check (for now I'm still running scans with the old model). Paolo