mbox

[PULL,for-2.1] migration: detect section renames in vmstate static checker script

Message ID 20140716091153.GC22288@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-2.1

Message

Amit Shah July 16, 2014, 9:11 a.m. UTC
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

Comments

Peter Maydell July 17, 2014, 12:42 p.m. UTC | #1
On 16 July 2014 10:11, Amit Shah <amit.shah@redhat.com> 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