[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 79fe16: vmstate static checker: detect sectio
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] 79fe16: vmstate static checker: detect section renames |
Date: |
Thu, 17 Jul 2014 06:00:05 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 79fe16c0489ca658f53796206067a551fc915ba2
https://github.com/qemu/qemu/commit/79fe16c0489ca658f53796206067a551fc915ba2
Author: Amit Shah <address@hidden>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M scripts/vmstate-static-checker.py
Log Message:
-----------
vmstate static checker: detect section renames
Commit 292b1634 changed the section name of "ICH9 LPC" to "ICH9-LPC",
and that causes the static checker to flag this:
Section "ICH9 LPC" does not exist in dest
This patch introduces a function that checks for section renames and
also a dictionary that maps those renames.
Reported-by: "Dr. David Alan Gilbert" <address@hidden>
Signed-off-by: Amit Shah <address@hidden>
---
This is a small patch to a script; doesn't break qemu and helps with the
static checker, so it's a very low-risk patch for 2.1.
Commit: 231f6927c813d2e4f49e5aeb20ebd236b391bce8
https://github.com/qemu/qemu/commit/231f6927c813d2e4f49e5aeb20ebd236b391bce8
Author: Peter Maydell <address@hidden>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M scripts/vmstate-static-checker.py
Log Message:
-----------
Merge remote-tracking branch 'remotes/amit-migration/for-2.1' into staging
* remotes/amit-migration/for-2.1:
vmstate static checker: detect section renames
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/104369c8c7c1...231f6927c813
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 79fe16: vmstate static checker: detect section renames,
GitHub <=