summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2015-12-18 11:05:47 +0530
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:48 -0600
commitbd1a02fdc31c17de5ff51227203f1c7a49b66c5b (patch)
tree73304b9ef9a19951bff181ab5fe8d15375f6e670
parent11a71e3924e4664a4074b4f5dcda049c7722a58d (diff)
downloadhqemu-bd1a02fdc31c17de5ff51227203f1c7a49b66c5b.zip
hqemu-bd1a02fdc31c17de5ff51227203f1c7a49b66c5b.tar.gz
static checker: e1000-82540em got aliased to e1000
Commit 8304402033e8dbe8e379017d51ed1dd8344f1dce changed the name of the e1000-82540em device to e1000. This was flagged: Section "e1000-82540em" does not exist in dest Add the mapping to the changed section names dictionary so the checker can proceed. Signed-off-by: Amit Shah <amit.shah@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <7ccfe834c897142dceaa4da87c13b7059fa12aa8.1450416947.git.amit.shah@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rwxr-xr-xscripts/vmstate-static-checker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vmstate-static-checker.py b/scripts/vmstate-static-checker.py
index b6c0bbe..b5ecaf6 100755
--- a/scripts/vmstate-static-checker.py
+++ b/scripts/vmstate-static-checker.py
@@ -99,6 +99,7 @@ def get_changed_sec_name(sec):
# Section names can change -- see commit 292b1634 for an example.
changes = {
"ICH9 LPC": "ICH9-LPC",
+ "e1000-82540em": "e1000",
}
for item in changes:
OpenPOWER on IntegriCloud