From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEElH-00080d-NG for qemu-devel@nongnu.org; Mon, 04 Aug 2014 05:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEElB-0007R2-J9 for qemu-devel@nongnu.org; Mon, 04 Aug 2014 05:40:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEElB-0007Qs-Aj for qemu-devel@nongnu.org; Mon, 04 Aug 2014 05:40:53 -0400 Date: Mon, 4 Aug 2014 15:10:24 +0530 From: Amit Shah Message-ID: <20140804094024.GO18947@grmbl.mre> References: <20140804093605.GN18947@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140804093605.GN18947@grmbl.mre> Subject: Re: [Qemu-devel] [PULL] migration: static checker: handle 'unused' fields, whitelist update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list , Juan Quintela On (Mon) 04 Aug 2014 [15:06:05], Amit Shah wrote: > Hello, > > This patchset updates the vmstate static checker to handle fields that > got marked 'unused' in qemu versions. Also update the whitelist based > on a few false-positives. > > The following changes since commit 35858955e6c6f9ef41c199d15457c13426ac6434: > > Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-21 18:06:12 +0100) Oops, didn't rebase, but doesn't matter as the static checker didn't see any updates in the meantime. Amit