From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7LGO-0004GY-NY for qemu-devel@nongnu.org; Wed, 16 Jul 2014 05:12:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7LGI-0002DO-4n for qemu-devel@nongnu.org; Wed, 16 Jul 2014 05:12:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7LGH-0002DI-SV for qemu-devel@nongnu.org; Wed, 16 Jul 2014 05:12:30 -0400 Date: Wed, 16 Jul 2014 14:41:53 +0530 From: Amit Shah Message-ID: <20140716091153.GC22288@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL for-2.1] migration: detect section renames in vmstate static checker script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list Hi, A minor enhancement to the static checker script that detects section renames. One such rename was added recently (ICH9-LPC -> ICH9 LPC). This doesn't affect the qemu code, and enhances a test program, so I recommend we pull it for 2.1. Patch has been on list for a few days. The following changes since commit 5a7348045091a2bc15d85bb177e5956aa6114e5a: Update version for v2.1.0-rc2 release (2014-07-15 18:55:37 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-2.1 for you to fetch changes up to 79fe16c0489ca658f53796206067a551fc915ba2: vmstate static checker: detect section renames (2014-07-16 14:29:34 +0530) ---------------------------------------------------------------- Amit Shah (1): vmstate static checker: detect section renames scripts/vmstate-static-checker.py | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) Amit