From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7l1s-0001Zl-7X for qemu-devel@nongnu.org; Thu, 17 Jul 2014 08:43:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7l1l-00049O-6Y for qemu-devel@nongnu.org; Thu, 17 Jul 2014 08:43:20 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:35555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7l1l-00048y-03 for qemu-devel@nongnu.org; Thu, 17 Jul 2014 08:43:13 -0400 Received: by mail-lb0-f169.google.com with SMTP id s7so1699685lbd.0 for ; Thu, 17 Jul 2014 05:43:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140716091153.GC22288@grmbl.mre> References: <20140716091153.GC22288@grmbl.mre> From: Peter Maydell Date: Thu, 17 Jul 2014 13:42:51 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [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: Amit Shah Cc: qemu list On 16 July 2014 10:11, Amit Shah wrote: > 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(-) Applied, thanks. PS: if you're sending pull requests you need to actively edit out the '---' and following comments from your commit messages, since they won't get deleted as they would for somebody applying a patch from email. (I didn't bother asking you to fix and resend as the commentary in this case is pretty minor.) thanks -- PMM