From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEEh6-0006ik-UP for qemu-devel@nongnu.org; Mon, 04 Aug 2014 05:36:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEEh1-0006A0-DM for qemu-devel@nongnu.org; Mon, 04 Aug 2014 05:36:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEEh1-00069w-5Q for qemu-devel@nongnu.org; Mon, 04 Aug 2014 05:36:35 -0400 Date: Mon, 4 Aug 2014 15:06:05 +0530 From: Amit Shah Message-ID: <20140804093605.GN18947@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [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 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) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-2.2 for you to fetch changes up to 32ce1b4817e8341f55906dc003cc09ae22502ea7: checker: ignore fields marked unused (2014-08-04 15:02:37 +0530) ---------------------------------------------------------------- Amit Shah (2): vmstate static checker: whitelist additions checker: ignore fields marked unused scripts/vmstate-static-checker.py | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 5 deletions(-) Amit